Modify ↓
Opened 18 years ago
Closed 18 years ago
#4436 closed enhancement (fixed)
csv format should not replace "," with "_", but quote it
Reported by: | ThurnerRupert | Owned by: | Matthew Good |
---|---|---|---|
Priority: | normal | Milestone: | 0.11 |
Component: | ticket system | Version: | 0.10.3 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
csv export would be even better if it quotes values containing a comma with ", and escape " with "", like described on http://en.wikipedia.org/wiki/Comma-separated_values, instead of replacing "," with "_".
Attachments (0)
Change History (2)
comment:1 by , 18 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 18 years ago
Milestone: | → 0.11 |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Done in r4714.
Note:
See TracTickets
for help on using tickets.
Yeah, there's actually a "csv" module in Python that we should be using which can handle the quoting.