11-23-2021 06:36 AM
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
11-23-2021 07:49 AM
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.