I want the nested XML file to query from AWS Athena using AWS glue.
99988881111
Athena cannot process XML file(s) directly. So, we need to any of the format's (CSV/JSON/etc..) which Athena supports. 1) Crawl XML file in Glue (Give proper rowTag value) 2) Write a Glue job to convert XML to CSV/JSON 3) Crawl converted CSV/JSON