Edgewall Software
Modify

Opened 17 years ago

Closed 17 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 Matthew Good, 17 years ago

Owner: changed from Jonas Borgström to Matthew Good
Status: newassigned

Yeah, there's actually a "csv" module in Python that we should be using which can handle the quoting.

comment:2 by Matthew Good, 17 years ago

Milestone: 0.11
Resolution: fixed
Status: assignedclosed

Done in r4714.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Matthew Good.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Matthew Good to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.