I\'ve got a CSV string an I want to separate it into an array. However the CSV is a mix of strings and numbers where the strings are enclosed in quotes and may contain comma
I would suggest using one of the following solutions, was just testing a few of them (hence the delay):-
Hope this helps.