View Single Post
Old 04-10-2008   #1 (permalink)
Gregor
Guest
 
Posts: n/a

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