Look, i have a .csv export lookin like this,
Name1;Telefax
"Name1";"12345 / 442346"
"Name2";"12345 / 245245"
"Name3";"12345 -652609"
"Name4";"12345 -5682"
I wanna convert this .csv Export file, to single .contact File for every Line, u see there upper.
At the end the Contacts must look like this in the Output Folder:
Name1.contact
Name2.contact
Name1.contact should look like this:
I need to put the String of Name1 & Telefax Column in the right coloumns of every .contact file, thats get generated.
Could anyone help me. Lookin there @ vulpes :>
greetings!
Replies
Know the answer? Post it — somebody with the same question will find it here.