Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi experts
I want to be able to split column into multiple columns.
I have values like this in row:
"2012-01-24T13:00:00-00:00": 19,
"2012-01-24T14:00:00-00:00": 13,
"2012-01-27T09:00:00-00:00": 23
Please note that there could be plenty of dates in one row which I’m unsure.
Is it possible to split this into date in one column and counts 19,13,23 into another column?
Thanks
Harshal.
Have a look at this post where I explain how to use String.split() in a tMap
https://community.talend.com/t5/Design-and-Development/String-Handling-in-Tmap/td-p/141264