How to parse comma delimited file with json array columns
I have a comma delimited file (.CSV) and there's a few columns that have json array data. I need those columns to be split into 1 column but its splitting into several columns. How can I do that?
Qlik or any framework will see the file comma seperated, so every comma will seperate a new column. You should change the delimiter, such as semicolon etc. Then you can take the 4th column as a one column instead of three column.