Skip to content

Commit ee83292

Browse files
committed
CSV Interface v4.3.17
1 parent 17a32e2 commit ee83292

File tree

5 files changed

+394
-232
lines changed

5 files changed

+394
-232
lines changed

docs/api/methods/sniffdelimiters.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ Returns a CSV dialect after run an analysis over a String variable or in the CSV
3434
<tr>
3535
<td style="text-align: left;"><em>CSVstring</em></td>
3636
<td style="text-align: left;">Optional. Identifier specifying a <code>String</code> Type variable.</td>
37+
</tr><tr>
38+
<td style="text-align: left;"><em>NumberOfRecords</em></td>
39+
<td style="text-align: left;">Optional. Identifier specifying a <code>Long</code> Type variable.</td>
3740
</tr>
3841
</tbody>
3942
</table>
@@ -49,11 +52,11 @@ See also
4952

5053
## Behavior
5154

52-
The parser will guess the delimiters in the CSV file only when the `CSVstring` parameter is set to `vbNullString`, otherwise the guessing occurs on the given string.
55+
The parser will guess the delimiters in the CSV file only when the `CSVstring` parameter is set to `vbNullString`, otherwise the guessing occurs on the given string. Use the `NumberOfRecords` parameter to define the number of records to be imported from the CSV file to detect delimiters, by default 10 records are imported.
5356

5457
>⚠️**Caution**
5558
>{: .text-grey-lt-000 .bg-green-000 }
56-
>Only some records will be used to guess the delimiters. The method is very accurate, but there is a risk of inaccuracy in some rare cases.
59+
>Only the specified number of records will be used to guess the delimiters. The method is very accurate, but there is a risk of inaccuracy in some rare cases.
5760
{: .text-grey-dk-300 .bg-yellow-000 }
5861

5962
### ☕Example

src/Access_version.zip

268 Bytes
Binary file not shown.

src/All_Host_version.zip

103 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)