S3 selectObjectContent CSV output serialization not including headers #3351
Unanswered
travisemichael
asked this question in
Q&A
Replies: 1 comment
-
By the documentation on the API reference it should be including the file header info. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using S3AsyncClient#selectObjectContent to query files within a bucket. When querying CSV files within the bucket that have a header line and setting the FileHeaderInfo to "USE" the records that are streamed back using CSV output serialization do not include the header line. Is there a way to include the header line when serializing the returned records as CSV?
Beta Was this translation helpful? Give feedback.
All reactions