I am trying to convert an XML file to .csv
I was able to extract the child values and separatethem with commas but the last row has only 2 fields compared to 5 in rest row. Hence the output file gives extra 3 ","(comma) at the end.
How do I remove those extra commas?
All files and workflow attached with message.
Thanks in advance!!