Forum Discussion

shreyas_mangalv's avatar
shreyas_mangalv
New Contributor
4 years ago

How to convert XML arry file to CSV

Hi all,
I am getting xml file in array format which i want to conavert to the CSV formate.
lease gud me here for same;

my sml formalt is like :



Name



ROll Number

CLass 0000000000 `

1 Reply

  • bojanvelevski's avatar
    bojanvelevski
    Valued Contributor

    Hey @shreyas.mangalvedhekar.ext,

    Split the array with JSONSplitter, and use the CSV Formatter snap to format the incoming documents in a CSV format. At the end, use a File Writer to write the result file on SLDB or some other specific location.