Closed
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:
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:
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:
Links
https://docs.aws.amazon.com/cdk/api/v2/python/aws_cdk.aws_glue_alpha/README.html#table
Activity