I have an Excel data sheet with multiple rows. I would like to output the result per row into a new XML file. How would I go about generating multiple XML files? ( I did try to use XML output).
Hello ,
You can split the XML to different xml per record by setting the property
Split output in several files to "1" in the advanced settings of
tAdvancedFileOutputXML Second way is to use
tFlowToIterate Component.
Let me know if it helps.