Opened 9 years ago
Closed 9 years ago
#1988 closed enhancement (fixed)
Table exporter should have support for setting the separator character for multi-valued columns
Reported by: | Nicklas Nordborg | Owned by: | everyone |
---|---|---|---|
Priority: | minor | Milestone: | BASE 3.8 |
Component: | web | Version: | |
Keywords: | Cc: |
Description
The table export has support for exporting multiple values in the same column. This is currently hard-coded to use a comma (,) as a separator between values. If there are values that have a comma there is not really any way to tell if that is a single value or multiple values. It would be useful to be able to set a different separator character.
Note:
See TracTickets
for help on using tickets.
(In [7090]) Fixes #1988: Table exporter should have support for setting the separator character for multi-valued columns