Преглед изворни кода

Merge pull request #14015 from JamesDeFabia/HPCC-24481MAXLENGTH_CSV

HPCC-24481 Add info about MAXLENGTH for CSV files

Reviewed-by: Jake Smith
Merged-by: Gavin Halliday <ghalliday@hpccsystems.com>
Gavin Halliday пре 4 година
родитељ
комит
36e77699ae
1 измењених фајлова са 6 додато и 2 уклоњено
  1. 6 2
      docs/EN_US/ECLLanguageReference/ECLR_mods/Recrd-DATASET.xml

+ 6 - 2
docs/EN_US/ECLLanguageReference/ECLR_mods/Recrd-DATASET.xml

@@ -638,8 +638,12 @@ PtblE := DATASET('~Thor400::RTTEMP::TestFileEncrypted',
             role="bold">)</emphasis></entry>
 
             <entry><para>Optional. Maximum record length in the
-            <emphasis>file</emphasis>. If omitted, the default is
-            4096.</para></entry>
+            <emphasis>file</emphasis> in bytes. If omitted, the default is
+            4096. There is a hard limit of 10MB but that can be overridden
+            using <emphasis>#OPTION(maxCSVRowSizeMb,nn) </emphasis>where
+            <emphasis>nn</emphasis> is the maximum size in MB. The maximum
+            record size should be set as conservatively as possible.
+            </para></entry>
           </row>
 
           <row>