On 22/01/12 17:39 -0800, felipon wrote: > i my locale has , as decimal separetor but export CVS gives me . > ( period ) separator. How could i set this to use , instead ?
There is no such option, export uses the standard the Python format :-) "All other non-string data are stringified with str() before being written" from http://docs.python.org/library/csv.html#csv.writer But it could be possible to add some option for it and/or use the client locale to format values. -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 472 54 46 59 Email/Jabber: [email protected] Website: http://www.b2ck.com/
pgp4hloBwZxxe.pgp
Description: PGP signature
