Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
microwin88x
Creator III
Creator III

Split String with Functions

Hello,

I have the following string:

[{"id":"500","program":"prog003","number":"333525","datetime":"2017-01-03 15:45:15","zone":"north","amount":"100"}, {"id":"501","program":"prog003","number":"333526","datetime":"2017-01-03 15:48:30","zone":"north","amount":"300"}, {"id":"502","program":"prog003","number":"333527","datetime":"2017-01-03 17:25:23","zone":"south","amount":"150"}]

Is there any way to split it with string functions by script so I could have the following?

idprogramnumberdatetimezoneamount
500prog0033335252017-01-03 15:45:15north100
501prog0033335262017-01-03 15:48:30north300
502prog0033335272017-01-03 17:25:23south150

Thank you!

1 Solution

Accepted Solutions
Frank_Hartmann
Master II
Master II

see attached. hope this helps!

View solution in original post

1 Reply
Frank_Hartmann
Master II
Master II

see attached. hope this helps!