Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi there community!
I'm thinking how to manage the following scenario, I really don't know what's needed, hope you can help me:
Issue:
I have xml files like this one (all the tags in 1 line):
Due the endprogram rules I do need to add (space break) after each tag to look as this one:
Do you think is there any way to achieve this? I will need to do it for many different files that will appear on a SFTP.
Thanks a lot!
row1.string.replaceAll(">", >\n") may help
Thanks for the answer.
Where can I put that? into a tFileList?
Thanks for the answer,
I've tried but had an error, I suppose I have to convert the xml to a String?
Hi,
I've solved it in other manual way, I think it would be easier.
Thanks a lot for your help.