Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
you have 2 solutions :
1- read the csv file without the header (if the header is the only line which have the double quotes)
2- Read all column of the csv file as String and remove the double quotes in tmap : varString.replace("\"","")
//varString is the fied name of your string.
let us know if you have issue anymore.
Regards