Hello,

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:



    2013-04-23T07:40:42Z
    4696b858-6391-4498-92b6-9a7cb25fe720Name1Name1005524 942523FaxBusinessUserTile


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!