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

Time:04-22

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?

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.

  • Related