When the contents of a Cell in an Excelsheet, or a value in a CSV file, contains a \, it is not properly escaped during import.
This might end up with the \ disappearing (being replaced by the escape sequence it forms), or an error when it breaks the SQL statement (f.e. when the \ is the last character of a string)
This bug was fixed in repository and will be part of a future release; thanks for reporting.