aws-samples / aws-samples/amazon-textract-idp-cdk-constructs
TextractGenerateCSV Only Returns Last Processed CSV Location
Open
enhancement
- Dominant language
- TypeScript
- Stars
- 33
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
This could be a limitation of my current implementation, but when using the TextractGenerateCSV Construct with Tables as a feature input and return types of CSV I only review the last processed file as a return, rather than a list of all the S3 csvs created.
Here is the line I was looking at for possible return of a list?
https://github.com/aws-samples/amazon-textract-idp-cdk-constructs/blob/f085def408f2a99779a821cf7a0895ff7fcdc4a9/lambda/generatecsv/app/main.py#L269
Contributor guide
Assessment
This issue has not been assessed yet.