E-VSDF-66
Message
Error converting value {{value}} using converter {{converter|u}} (file {{resource name}}, row {{line number}}, column {{column index}}).
Mitigation
Please fix the value in the CSV file or choose a different mapping for converting the value.
Parameters
| column index | column index of the value (starting with 0) |
| line number | line number of the value (starting with 1) |
| resource name | resource name or path to the CSV file |
| converter | converter that was used for converting the value |
| value | value to convert |
Source
src/main/java/com/exasol/adapter/document/documentnode/csv/CsvObjectNode.java:61