← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 816348] Re: CSV should escape using double-quotes

 

Attached is a patch fixing the CSV quoting.

** Patch added: "koofixcsvquoting.patch"
   https://bugs.launchpad.net/openobject-client-kde/+bug/816348/+attachment/2263592/+files/koofixcsvquoting.patch

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/816348

Title:
  CSV should escape using double-quotes

Status in Qt/KDE OpenObject Client:
  New

Bug description:
  When exporting data and you can get CSV output by choosing "Save as
  CSV". However, if one of the fields exported has double quotes, they
  are escaped with a backslash, so

  Product 10" becomes Product 10\"

  However, CSVs should escape double-quotes using a quote, so the above
  example would read Product 10""

  Otherwise, openoffice (at least) screws up with CSVs with quotes.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-client-kde/+bug/816348/+subscriptions


References