Importing Patrons: Cannot parse UTF8 characters in csv-file
Dear all, Is there a way to import UTF8-encoded csv-files containing characters beyond the ascii-rage, i.e. umlauts, diacritcs, or asian characters? At the first problematic character in a file, I get the following error analysis: Line 3 could not be parsed! 5,20080006,Möller,firstname,title,...... In this example the "ö" causes the error. Best regards, Marc
Is there a way to import UTF8-encoded csv-files containing characters beyond the ascii-rage, i.e. umlauts, diacritcs, or asian characters?
At the first problematic character in a file, I get the following error analysis:
Line 3 could not be parsed! 5,20080006,Möller,firstname,title,......
In this example the "ö" causes the error.
Koha 3? import_borrowers.pl? In these case, if it doesn't work, it's a bug. You should send a CSV sample file to allow to test your import. -- Frédéric http://www.tamil.fr/u/fdemians.html
Marc -- I expect to address this problem next week. Actually, I already edited what I think will fix it, and now I just have to test it against a file with a great number of Lithuanian diacritical characters. --Joe Atzberger, LibLime On Thu, Sep 11, 2008 at 8:01 AM, Marc Nürnberger <marc.nuernberger@gmx.de>wrote:
Dear all,
Is there a way to import UTF8-encoded csv-files containing characters beyond the ascii-rage, i.e. umlauts, diacritcs, or asian characters?
At the first problematic character in a file, I get the following error analysis:
Line 3 could not be parsed! 5,20080006,Möller,firstname,title,......
In this example the "ö" causes the error.
Best regards, Marc _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
participants (3)
-
Frederic Demians -
Joe Atzberger -
Marc Nürnberger