Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
It appears that there is no choice for row separator in tAdvancedFileOutputXML. The output file is generated with LF as row separator. I could find no choice in the component, and some older posts (2015) point in the same direction.
Is there any choice other than replacing LF with CRLF in an editor (e.g. notepad++)?
Hello,
Did you set any root tag in your tAdvancedFileOutputXML? Screenshot of how to configure your XML file will be preferred.
Perhaps you could read your xml file withe tFileInputFullRow component then replace LF with CRLF in a tMap component.
Best regards
Sabrina