XML (Extensible Markup Language):
XML is designed to store and transport data. It is designed to be self-descriptive. It’s Designed to carry data, not to display data. XML tags are not predefined.It Is Platform-independent and language-independent.
CSV (Comma Separated Values):
A Comma Separated Values (CSV) file is plain text file that stores data by delimiting data entries with commas.CSV files are often used when data needs to be compatible with many different programs.
XML To CSV Converter:
XML to CSV converter isused to convert XML file formatting to CSV file format. The choice between XML and CSV depends on the specific use case and requirements. XML is a good choice for complex data structures and meta data-rich data, while CSV is a good choice for simple,straightforward data that needs to be easily exchanged between programs.
XML to CSV Converter
Step 1: In the i-flow, add a content modifier connecting to the start timer.
Step 2: Click on the content modifier and give the XML data in the message body.
Step 3: Go to references and add the XSD of the XML data.
Step 4: Add XML to CSV converter connecting to the content modifier.
Step 5: Click on converter, go to processing and give the source element.
Step 6: Now click on Save and deploy.