Hi,
I would like to parse the following CSV.
“Number”;“JSON”;“Checked”
“1”;"{“count”:“1”}";“true”
“2”,"{“count”:“2”}" ;“false”
Please let me know the CSV load options to be set. I want to set semicolon as delimiter. What will happen if the value in JSON itself contains semicolon. How to escape that?