Help us improve the AWS re:Post Knowledge Center by sharing your feedback in a brief survey. Your input can influence how we create and update our content to better support your AWS journey.
escape caracter in AWS glue
0
Hi team,
I have an AWS glue job that reads data from the CSV file in s3 and injects the data on a table in MySQL RDS Aurora DB.
The issue is all lines in the CSV file with escaped characters are completely ignored by the glue job and they are not inserted on the table.
For example on my CSV file the line containing this string is ignored by glue :
"Return "1" if the number is zero; "0" if the number is non-zero. xxxxxxxxxxxxxx."
how can I configure glue to not ignore those lines that contain escaped double quotes?
Hi, you are right, please also see the Glue Documentation Page https://docs.aws.amazon.com/athena/latest/ug/glue-best-practices.html