enum CsvHeaderLocation
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.StepFunctions.CsvHeaderLocation |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsstepfunctions#CsvHeaderLocation |
![]() | software.amazon.awscdk.services.stepfunctions.CsvHeaderLocation |
![]() | aws_cdk.aws_stepfunctions.CsvHeaderLocation |
![]() | aws-cdk-lib » aws_stepfunctions » CsvHeaderLocation |
CSV header location options.
Members
Name | Description |
---|---|
FIRST_ROW | Headers will be read from first row of CSV file. |
GIVEN | Headers are provided in CSVHeaders property. |
FIRST_ROW
Headers will be read from first row of CSV file.
GIVEN
Headers are provided in CSVHeaders property.