You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api/properties/parseconf.md
+20-20Lines changed: 20 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,102 +56,102 @@ _Yes_
56
56
<tdstyle="text-align: left;">Gets or sets the buffer’s size, in MB, for the <code>ECPTextStream.cls</code> text stream operations. By default, this property is set to 0.5 for CSV/TSV file stream.</td>
<tdstyle="text-align: left;">Gets or sets the behavior of the parser when facing empty and comments lines. By default, this property is set to <code>True</code>. If the value is set to <code>False</code>, the blank, empty and comments lines will generate errors in the import procedures.</td>
<tdstyle="text-align: left;">Gets or sets the character used as commented line indicator. By default, the char <code>"#"</code> is used for indicate commented lines, but this property can be set to whatever single character. A line starting with the <code>commentsToken</code> char is ignored by the parser if the <code>catchMeaninglessRecords</code> is set to <code>True</code>. If the <code>commentsToken</code> has a length greater than 1, only the first char of it is used as indicator.</td>
<tdstyle="text-align: left;">This method is used to create the Dynamic Typing Template (DTT) through a <code>ParamArray</code>. User must specify a data conversion using the <code>TypeConversion</code> enumeration. Each DTT conversion needs to be linked to a field index.</td>
<tdstyle="text-align: left;">This method is used to link the Dynamic Typing Template (DTT), through a <code>ParamArray</code>, to specific fields. User must specify a column index (<code>Long</code>) for each data type conversion defined in the Typing Template.</td>
<tdstyle="text-align: left;">Sets the behavior of the parser regardless specified delimiters. By default, this property is set to <code>False</code>. If the value is set to <code>True</code> the parser will try to guess delimiters before start the import operation.</td>
<tdstyle="text-align: left;">Gets or sets the delimiters used on the <code>delimitersGuessing</code> operation. By default, the parser uses a <code>String</code> array with the chars ",", ";", <code>vbTab</code> and "|".</td>
<tdstyle="text-align: left;"> Gets the Dynamic Typing Template (DTT) status. The property returns <code>False</code> when the DTT was not defined.</td>
<tdstyle="text-align: left;"> Gets the Dynamic Typing Template (DTT) Links status. The property returns <code>False</code> when the DTT links were not defined.</td>
<tdstyle="text-align: left;">Gets or sets the Dynamic Typing behavior. By default, this property is set to <code>False</code>. If the value is set to <code>True</code> the parser will use the DTT to type the template linked fields.</td>
<tdstyle="text-align: left;">This property must be used in combination with the <code>startingRecord</code> property for import a certain range of records from a CSV/TSV file.</td>
<tdstyle="text-align: left;">Gets or sets the char that will be used for escape those fields containing some CSV/TSV syntax special char. The user must use the <code>EscapeTokens</code> enumeration to define this property.</td>
<tdstyle="text-align: left;">Gets or sets the header status of the target CSV/TSV file. By default, this property is set to <code>True</code>. When <code>False</code> the parser interpretates the target file hasn't header record.</td>
<tdstyle="text-align: left;">This property must be used in combination with the <code>endingRecord</code> property for import a certain range of records from a CSV/TSV file.</td>
0 commit comments