Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • @mplungjan thanks for the suggestion. I've fixed that. Commented Apr 28, 2020 at 6:51
  • Your digit is still a string and your code will fail if there are commas in the content: "Test1","Surname1, FirstName1","true",1,"type1" - this is not a good idea: row = row.replace(/"/g, ""); see my version for a better way Commented Apr 28, 2020 at 6:54