peyman - 2019-02-06 06:54:15 -
In reply to message 1 from adriano ghezzi
hi Adriano, glad you asked, this class is not checking for the file format it checks every column format in CSV file using it string so if there is a column with characters that are not formatted with UTF-8 it will convert it then replace it in CSV. the result of it is a UTF-8 CSV file. the problem with CSV file is that sometimes when you want to insert it to the DB if there is a none UTF-8 character in one of the columns it will despair in the result or your progress will fail.