I am trying to learn AWS Glue. I have an XML in S3 that I need to use as the source.
However, I don't have an option to choose XML
as the data format. Why?
How can I parse XML in AWS Glue?
CodePudding user response:
The UI interface of Glue Studio does not support XML yet. You would have to edit the script manually to read XML files.