Problem export with new contact2csv
-
Re: [Solved] Ex-/Import of a public Adressbook
Yesterday we discovered that the contact2csv(dot)py that we were using the last few months, does not handle categories properly: changes (like marking a certain category for a specific contact) to default and hand-made categories were not exported to the csv.
Today we tried the new contact2csv(dot)py (from June 07 ?) but it produced an empty csv (except for the headers for each column).
Messages we saw via the command line:Traceback (most recent call last):
File “contact2csv(dot)py”, line 325, in <module>
main()
File “contact2csv(dot)py”, line 194, in main
wr.writerows([contact])
UnicodeEncodeError: ‘ascii’ codec can’t encode character u’\xa0’ in positio
n 3: ordinal not in range(128)We’re very grateful for a solution! Thank you!