Generate and export XML file

Hello,

Is there a way to generate a XML and export it to a local PC where the Application is running?

Cheers

Fernando Oshiro

hello @Oshiro,

XML is supported via Connectors (more info: https://support.tulip.co/en/articles/4280229-working-with-soap-and-xml-apis). the endpoint does need to be accessible from the internet (not local).

alternatively, you can export CSV’s and PDF’s of app completion data:

and CSV’s of Table data:

does this answer your question?? furthermore, do you mind if I ask what you are building??

thanks!!

There is no way that I can generate the XML inside the App than export it to a local desktop?

@Oshiro not directly. you could do the following:

  1. use Print Using System Dialogue action (https://support.tulip.co/en/articles/3648057-how-operators-can-print-app-data-or-save-it-to-a-pdf)
  2. save the the file as a PDF locally when the printer dialogue pops up
  3. use an online conversion tool (for example: https://www.aconvert.com/pdf/pdf-to-xml/) to go from PDF > XML

let me know if this would work for you!!