Thank you for answering.
Would you be so kind to give me an example.
Please, note that I need to replace commas inside any fields with ""
So, this text file:
"NN0K",22,33,"5,4",2006
"H,KL,UN",35,50,"NFFS8,0FK",2006
should look like:
"NN0K",22,33,"5-4",2006
"H-KL-UN",35,50,"NFFS8-0FK",2006