I am trying to read a csv file with rows in the format :
A,B,"C,D",E
I want to have as an output :
A B C,D E