Hello,
As brought up in [1], it seems "Columns escaped with" is a required field during CSV import. Is this by design? I think we should allow the user to leave this field blank if they desire. Any thoughts?
1 - https://stackoverflow.com/questions/26441151/mysql-importing-csv-file-with-p...
Isaac Bennetch a écrit :
Hello,
As brought up in [1], it seems "Columns escaped with" is a required field during CSV import. Is this by design? I think we should allow the user to leave this field blank if they desire. Any thoughts?
1 - https://stackoverflow.com/questions/26441151/mysql-importing-csv-file-with-p...
Avoiding the handling of $cfg['Import']['csv_escaped'] would require a change of logic in libraries/plugins/import/ImportCsv.class.php.
Feel free to open a feature request.