Actions
Defect #8657
closedCSV export fails when issue has too much text
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
2011-06-21
Due date:
% Done:
0%
Estimated time:
Resolution:
No feedback
Affected version:
Description
Large issues created either by filling the maximum description length a few times, or from REST issue insertion can break the csv output.
The symptom is that the text of the description overflows into the first column, breaking the one row per issue assumption of csv.
Manually editing the issues to move the excess text into attachment works around the problem.
[ Many thanks for an otherwise great product ]
Updated by Etienne Massip over 13 years ago
There is no columns in CSV format, only fields values separated by commas or semi-colons.
What you're describing looks more like an issue with the piece of software used to read the CSV file.
If you are sure it is not, then could you please post an example of a bad formatted file ?
Actions