I’m familiar with json, xlsx, and csv jobs, but are we able to create an xml job? I need to import data from an xml file into the zuar runner database.
Hey @janicer !
Apologies for missing your initial comment/question. There is no native XML parser in Runner. Most of the time I see people convert the xml file to a Python dict or json using a Python script and then upload to their data warehouse. Let me know if you need more info!
No worries! Thanks for the answer!