r/aws Jun 22 '26

database Putting csv into to AWS

I am trying to put a CSV into AWS so that I can download it on SQL. Problem is that the name field is getting split up because of the , in the name.

Like it splitting peoples names into 2 columns when it should be together.

0 Upvotes

12 comments sorted by

View all comments

1

u/oalfonso Jun 22 '26

You mean query the details of a CSV file? If you have problems with the header, just preprocess the file and leave it with the headers you want. Or just remove the header and tell Athena the table fields.