After setting the csv import character set to UTF-8 the data is not correctly imported and a new bad row is added to import tableIssue After setting the csv import character set to UTF-8 (glide.import.csv.charset) the data is not correctly imported and a new bad row is added to import table. If the import character set it default then the import works as expected. ISET0010007 is when UTF-8 is defined ISET0010008 is when the default Windows 1252 character set is usedCauseThe delimiter in the csv is not correctly interpreted when using the UTF-8 character set. This can be verified in a text editor where you can change the character set ResolutionEnsure the delimiter in the csv is supported by the UTF-8 character set