Edgewall Software

Ticket #4436 (closed enhancement: fixed)

Opened 2 years ago

Last modified 22 months ago

csv format should not replace "," with "_", but quote it

Reported by: ThurnerRupert Owned by: mgood
Priority: normal Milestone: 0.11
Component: ticket system Version: 0.10.3
Severity: normal Keywords:
Cc:

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

Change History

Changed 2 years ago by mgood

  • owner changed from jonas to mgood
  • status changed from new to assigned

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

Changed 22 months ago by mgood

  • status changed from assigned to closed
  • resolution set to fixed
  • milestone set to 0.11

Done in r4714.

Add/Change #4436 (csv format should not replace "," with "_", but quote it)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
to The owner will change from mgood. Next status will be 'closed'
 
Note: See TracTickets for help on using tickets.