Hi,
I am facing to a problem in the import function in addressbook.
When I try to import a custom utf-8 encoded file with contacts, it
permanently left out the first column.
The first row looks is this:
Kapcsolat ID;Társaság;Utca (számlafogadó);Irányítószám (számlafogadó);Utca
(szállítási cím);1. telefon;2. telefon;Faxszám;Tárgyalópartner
The data is in order, separated by ‘;’ and fields are inside double quotes.
The result is, the organization_name (in my case the 2nd column, labelled
Társaság) always got ‘0’ and all fields shifted by one to the right, even I
setup the correct field mapping: Társaság -> organization name,
Workphone->workphone etc.
So, does anybody expect this kind of issue?
I use php 5.2.6 (debian lenny).
Regards,
István