Question

API| Export XML as CSV format

  • 17 May 2023
  • 1 reply
  • 28 views

Badge

Hey all,

is it possible to make an api(procesflow) request and export a xml and get a csv file back?


1 reply

Userlevel 7
Badge +21

Hi Timothy,

Where is the XML stored? You can convert the XML data to CSV using SQL and let that data return as Output of a subroutine (procedure) or Task for example. These can have an API endpoint inside Indicium which you can call. I'm unaware of a native feature for this. We do have the Export API but that is for table data itself, not for stored XML.

Reply