I have the following type of string
var string = "\'string, duppi, du\', 23, lala"
I want to split the string into an array on each
While reading the CSV file into a string, it contains null values in between strings, so try it with \0 line by line. It works for me.
stringLine = stringLine.replace(/\0/g, "" );