cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

How to convert XML arry file to CSV

shreyas_mangalv
New Contributor

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 1

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.