Take this XLS file

I then save this XLS file as CSV and then open it up w
Do you need to use a comma delimiter.
I used a pipe delimiter with no Text qualifier and it worked fine. Here is my output form the text file.
1|ABC|AB"C|D,E|F|03|3,2
You have 3 options in my opinion.
OR
OR
Using text qualifiers and "character" delimited fields is problematic for sure.
Have Fun!