A
Adas Miauczynski
Hi everybody,
I'm trying to upload my adress book to a web page that accepts .csv files.
The file I have looks something like this: SomeData;SomeData;
but the server I'm trying to upload it to wants me to give him data in
quotation marks. So my file should look like: "SomeData";"SomeData";
How can I add those quotation marks to all the entries?
Thanks in advance
I'm trying to upload my adress book to a web page that accepts .csv files.
The file I have looks something like this: SomeData;SomeData;
but the server I'm trying to upload it to wants me to give him data in
quotation marks. So my file should look like: "SomeData";"SomeData";
How can I add those quotation marks to all the entries?
Thanks in advance