diff options
author | Dave Arter <davea@mysociety.org> | 2014-04-29 16:11:54 +0100 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2014-04-29 16:11:54 +0100 |
commit | d75e161c151c4f1e6dced24eae3170e01f9b7ba6 (patch) | |
tree | 9e42928c38a1611c08743e8b5cd521445cba09c4 /t/app | |
parent | 80f9e52bae06bd0ed551ffdf3d54b9b829e843c1 (diff) |
Allow '\n' and other binary chars in dashboard CSV
By default, Text::CSV doesn't allow binary characters such as newline,
carriage return etc., in cells. This causes issues when exporting data
that contains these characters, such as problem reports with more than
one line.
This commit also explicitly tells Text::CSV to append a newline to each
row instead of joining the rows together with this char at the end.
Fixes #494.
Diffstat (limited to 't/app')
0 files changed, 0 insertions, 0 deletions