Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
param75
Contributor III
Contributor III

Talend Data Mapper - JSON -> XML - Add line break

Hi everyone,
I want to add a line break after each tag like this:
<Products>
<Product>1 </ product>
<Product>2 </ product>
<Product>3 </ product>
<Product>4 </ product>
</ Products>
But today even if I inform the terminator I have this:
<products><product>1</ product>2<product>3</ product></products>
Do you have an idea to do this in the XML structure
Thank you for your help !
Labels (3)
0 Replies