Hallo Richard,

Don't know if it will help :
>
> import csv
> db.export_to_csv_file(open('/home/YOU/Bureau/export_csv_with_represent.csv',
> 'w'),
>    represent=True, # this bring your representation into the CSV...
>    delimiter='|',
>    quotechar='"',
>    quoting=csv.QOUTE_NONNUMERIC)
>
>
Thanks.  I did not know about the 'represent=True'  option.

Regards
Johann
-- 
 May grace and peace be yours in abundance through the full knowledge of God
and of Jesus our Lord!  His divine power has given us everything we need for
life and godliness through the full knowledge of the one who called us by
his own glory and excellence.
                                                    2 Pet. 1:2b,3a

Reply via email to