|
Convert CSV semi-colone to comma separated Hello
I have a CSV File for import in AD
firstname;lastname;street,description
Max;Huber;Street 1;Max Huber, Street 1 >In the description, I have a
commas!
How convert the csv to comma separated
fistname,lastname,street,description
Max,Huber,Street 1,"Max Huber, Street 1"
You have an idea how this makes? For converting in comma with inverted comma
(apostrophe)
Thanks
Gregor |