Hi,
I'm trying to come up with an expression that I can run over each line in a csv file.
example line in csv:
Bill Carpenter, "Fighter,Jet", 13.3, "HR, Manager", Apples
as we notice some items are provided with " " (which obviously i can easily replace with replace by "") however as you can see the Fighter Jet and HR Manager contain a , aswel. Im not guaranteed each line in the csv has the same format (ie; " " data is on the same place and wether a , is inside a string at all).
but i want to strip all comma's (,) inside string values "" aswel as remove all "".