I am trying to create some simple (maybe not standard?) XML.
Defining all the fields makes perfect sense and is working great. However, I can’t seem to turn off root_element or record element.
If I call via
“post https://api.mockaroo.com/api/generate.xml?key=NOTMYKEY”
and do not provide anything in the Parameters it generates and by default.
If I call via the UI then it creates blank values <></>
Hoping there is a way to turn off completely and let the Field definitions dictate the XML layout. Would like not to have to do any post processing of the XML to remove the unwanted records.
Thanks