cancel
Showing results for 
Search instead for 
Did you mean: 

Generating XML file using SAP Data Inelligence

vamsikrishna_m01
Explorer
0 Kudos
266

Is it possible to generate a complex XML file in SAP DI if we have an XSD format? If so which operator is the best one?

Accepted Solutions (0)

Answers (2)

Answers (2)

s_konidala
Explorer
0 Kudos

Hi Vamsikrishna,

You can use native DI operator "Format Converter" for converting to XML, JSON pr CSV.

Thanks & Regards,

Suresh Konidala.

nuno_melo
Product and Topic Expert
Product and Topic Expert
0 Kudos

hello,


you can use the python operator to read and parse the xml file.

Kind regards,


Nuno Melo

vamsikrishna_m01
Explorer
0 Kudos

Thanks Nuno, but our requirement is to generate an XML file, read a couple of HANA tables and use that data to generate XML file as per the XSD.

nuno_melo
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,


you can use python operator also to write xml files.

Kind regards,

Nuno