We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f54b32 commit 7fe5271Copy full SHA for 7fe5271
doc/customizing.txt
@@ -162,6 +162,14 @@ Section **main**
162
umask -- ``02``
163
Defines the file creation mode mask.
164
165
+ csv_field_size -- ``131072``
166
+ Maximum size of a csv-field during import. Roundups export
167
+ format is a csv (comma separated values) variant. The csv
168
+ reader has a limit on the size of individual fields
169
+ starting with python 2.5. Set this to a higher value if you
170
+ get the error 'Error: field larger than field limit' during
171
+ import.
172
+
173
Section **tracker**
174
name -- ``Roundup issue tracker``
175
A descriptive name for your roundup instance.
0 commit comments