- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hello @RadAndric ,
the query activities can use all the SQL functions that you database engine has. So if let say if you use PostgreeSQL you can parse it
https://stackoverflow.com/questions/32626261/how-to-parse-json-in-postgresql
I would use SQL activity and use example in the above link to parse it into separate columns
Marcel