Search code examples
amazon-web-servicesaws-glue

Don't have option to choose XML as source in AWS Glue


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?

These are my only options: Image

How can I parse XML in AWS Glue?


Solution

  • The UI interface of Glue Studio does not support XML yet. You would have to edit the script manually to read XML files.