Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
Here's an example of 1 data row:
mhsge@xx.com,John,Doe,"[{""FieldName"": ""Upload"", ""FileName"": ""CSWE2023_Ps.pdf"", ""FileName"": ""851171f2-9821c3.pdf""}]"
Here's the setting for the input:
Thank you in advance!
Hi @Edith1 ,
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.
Changing the delimiter will be solve your issue.
Best regards,
Ramazan