CSV interface errors documentation
This section describes the custom errors whose components are returned by the parser in the errNumber
, errSource
and errDescription
properties. Please note that VBA-specific errors may occur during operations, the documentation of which is provided by Microsoft.
Error number | Error description | Error source |
---|---|---|
-2147212498 | Missing some escape char. Check the data and try again. [Review the record #?, field #? on the source CSV file/string]. | CSVinterface Class. |
-2147212497 | The config object has an invalid Dynamic Typing Template (DTT). The number of Dynamic Typing Links (DTL) must be less or equal than the number of Dynamic Typing Targets Fields (DTTF) defined. | CSVinterface Class. |
-2147212496 | The config object is not linked to a CSV file. Ensure set the path property to valid CSV before import data. | CSVinterface Class. |
-2147212494 | The CSV file/String has no significant data. This can occur when the file/String has only empty or commented lines that can be omitted. | CSVinterface Class. |
-2147212493 | The specified source CSV/String is empty. Please check and try again. | CSVinterface Class. |
-2147212492 | [CSV file Export]: The passed argument isn't an array or a CSVArrayList object. | CSVinterface Class. |
-2147212491 | [CSV file subset]: The specified CSV file is empty. No subset can be processed. | CSVinterface Class. |
-2147212489 | [CSV Field Insert]: Cannot insert a field in the current instance. This is because there is no imported data or the records do not have the same number of fields. | CSVinterface Class. |
-2147212488 | The specified index is out of bounds. Please check and try again. | CSVinterface Class. |
-2147212487 | [CSV Field Remove]: Cannot remove the field in the current instance. This is because there is no imported data or the records do not have the same number of fields. | CSVinterface Class. | -2147212486 | [CSV Record Insert]: Cannot insert the record in the current instance. This is because there is no imported data or the records do not have the same number of fields. | CSVinterface Class. | </tr>
-2147212485 | [CSV Records Remove]: Cannot remove the records in the current instance. This is because there is no imported data or the records do not have the same number of fields. | CSVinterface Class. |
-2147212484 | [CSV Fields Rearrange]: Cannot rearrange the fields in the current instance. This is because there is no imported data or the records do not have the same number of fields. | CSVinterface Class. |
-2147212483 | [CSV Fields Rearrange]: The order specified for the fields is incomplete. Please enter all field indexes before continuing. | CSVinterface Class. |
-2147212482 | [CSV Fields Merge]: Cannot merge the fields in the current instance. This is because there is no imported data or the records do not have the same number of fields. | CSVinterface Class. |
-2147212481 | [CSV Field Split]: Cannot split the field in the current instance. This is because there is no imported data or the records do not have the same number of fields. | CSVinterface Class. |
-2147212480 | [CSV Field Shift: Cannot shift the field in the current instance. This is because there is no imported data or the records do not have the same number of fields. | CSVinterface Class. |
-2147212479 | [CSV Field Shift: Cannot shift the record in the current instance. This is because there is no imported data or the records do not have the same number of fields. | CSVinterface Class. |