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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
riptidas
Contributor
Contributor

How to split a comma separated string retrieved from a tXMLMap

I have a XML which I parsed using tXMLMap and now i have multiple fields with comma separated string.

I need to convert them into arrays with separator as comma.

 

However, I also have a key parameter in tXMLMap output that is required for upsert into existing collection.

Labels (2)
1 Reply
MattE
Creator II
Creator II

Could you configure it so the output of your txmlmap is the key value then a string field where you concatenate all the values into a comma separated string e.g.

 

row1.value1 + ", "+ row1.value2 + ", "+ row1.value3

 

etc?