diff doc/customizing.txt @ 5047:b8a04cce88ff

Adding documentation for csv_field_size to the customizing tracker section issue2550669
author John Rouillard <rouilj@ieee.org>
date Sat, 09 Apr 2016 00:06:41 -0400
parents 494d255043c9
children 46da0db55545
line wrap: on
line diff
--- a/doc/customizing.txt	Fri Apr 08 23:57:08 2016 -0400
+++ b/doc/customizing.txt	Sat Apr 09 00:06:41 2016 -0400
@@ -162,6 +162,14 @@
  umask -- ``02``
   Defines the file creation mode mask.
 
+ csv_field_size -- ``131072``
+  Maximum size of a csv-field during import. Roundups export
+  format is a csv (comma separated values) variant. The csv
+  reader has a limit on the size of individual fields
+  starting with python 2.5. Set this to a higher value if you
+  get the error 'Error: field larger than field limit' during
+  import.
+
 Section **tracker**
  name -- ``Roundup issue tracker``
   A descriptive name for your roundup instance.

Roundup Issue Tracker: http://roundup-tracker.org/