Hi, thank you for the quick feedback. The parameter is set to UTF-8, but the BOM is not handled. The configured connection string looks like this: jdbc:relique:csv:/files?suppressHeaders=false&separator=%2C&charset=UTF-8&ignoreNonParseableLines=false&fileExtension=.csv&indexedFiles=false Is there something wrong with this regarding to the issue?
Hi, I actually wanted to create a ticket for this, but seems like the ticket-service is disabled. Does anyone else experience the following? IS: When reading a text-file with UTF-8 BOM, this leads to BOM being added to first column. This then leads to the issue of not being able to query this column afterwards, as the column-names won't match. Also, it is then not possible to read all rows without option "ignore non-parsable lines" turned on. SHOULD: Suggested Resolution Possibilities: 1. Ignore...