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
You can use papaparse.js like the example below:
CSV CSV Getter The Result will be in the Console.
Don't forget to include papaparse.js in the same folder.