When dealing with a string like this:
"Hello, Tim"
Land of the free, and home of the brave
I want it to be transformed into:
"Hello, Tim"
Land of the free, and home of the brave
This should be a simple task, but I'm struggling to find the solution. I am trying to import a corrupted CSV file with thousands of entries using AJAX, and I need to convert commas that are inside double quotes.
How can I achieve this using JavaScript? I've attempted