Reputation: 599
I am using Talend Studio for data integration to process data. The data are stored in xml file, then are converted to JSON file. One of columns (partners) is a String element delimited by ";" separator.
example : "partner1;partner2;partner3"
expected result : ["partner1","partner2","partner3"]
Is there any Talend functon to do this? or can I use java functions ?
Upvotes: 2
Views: 4251
Reputation: 2552
Working with Json data in Talend is quite complicated. You can achieve what you want with Talend components, but workflow is not so simple.
Your question is quite simple, but the resolution is not. If someone has a better way to do it, I am curious to see it.
Upvotes: 1