-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(stepfunctions): No option for CSV Delimiter #33418
Labels
@aws-cdk/aws-stepfunctions
Related to AWS StepFunctions
effort/medium
Medium work item – several days of effort
feature-request
A feature should be added or improved.
p2
Comments
Yes I guess here's what we need to do to fix this:
We welcome PRs. |
1 task
mergify bot
pushed a commit
that referenced
this issue
Feb 25, 2025
…emReader (#33558) ### Issue # (if applicable) Closes #33418. ### Reason for this change CSVDelimiter in ItemReader is not supported in L2 Construct. Ref: https://docs.aws.amazon.com/step-functions/latest/dg/input-output-itemreader.html#itemreader-field-contents ### Description of changes Add `csvDelimiter` property. ### Describe any new or updated permissions being added Nothing. ### Description of how you validated changes Add a unit test and an integ test. ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Comments on closed issues and PRs are hard for our team to see. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
@aws-cdk/aws-stepfunctions
Related to AWS StepFunctions
effort/medium
Medium work item – several days of effort
feature-request
A feature should be added or improved.
p2
Describe the feature
The CSVDelimiter field for the Step Function ItemReader is not available in the S3CsvItemReader.
Use Case
I need to select a semicolon delimiter, to support European CSV files.
Proposed Solution
No response
Other Information
No response
Acknowledgements
CDK version used
aws-cdk-lib 2.176.0
Environment details (OS name and version, etc.)
Ubuntu 24.04
The text was updated successfully, but these errors were encountered: