How do you create an XML job?

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.

@greg.rossi

Hi Greg - Can you tell me if it’s possible to import xml files into Zuar Runner at all?

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!