Skip to content

(@aws-cdk.aws-glue-alpha): Glue table separator + skip header #23132

Closed
@aram-eskandari

Description

Describe the issue

I have created a glue-table using DataFormat.CSV with version aws-cdk.aws-glue-alpha==2.51.1a0 and python 3.7.13. The code looks similar to:
Screenshot 2022-11-29 at 01 36 55

Now I'm trying to adjust the parameters skip.header.line.count and separatorChar. Specifically I want to skip the 1st row and use a semicolon separator.

Using L1's, the code would look similar to:
Screenshot 2022-11-29 at 01 27 19

Looked through the L2-documentation but couldn't find anything regarding this, any tips?

On a separate note, there is a repeating sentence in the documentation:
Screenshot 2022-11-29 at 01 42 39

Links

https://docs.aws.amazon.com/cdk/api/v2/python/aws_cdk.aws_glue_alpha/README.html#table

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

@aws-cdk/aws-glueRelated to AWS GluedocumentationThis is a problem with documentation.effort/smallSmall work item – less than a day of effortfeature-requestA feature should be added or improved.p2

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions