Unsupported Screen Size: The viewport size is too small for the theme to render properly.

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Ver 3.52 Import CSV problem #14815
    robbiebow
    Member

    Hello,

    Thanks for this tool – it's been very useful!

    I experience exactly the same errors using v4.04 Free Edition. For example, I can export in CSV format using SQLyog, then try import the same CSV and get an import error. Looking at the history, the fields escaped by is not escaped properly, i.e.

    /*[13:35:18][ 0 ms]*/ load data local infile 'C:/Documents and Settings/robbieb/My Documents/test.csv' into table `spiracmdb`.`aieshotaudit` fields escaped by '' terminated by ',' optionally enclosed by '”' lines terminated by 'n' ( `id`, `co_id`, `hit_dt`, `eShot_id`, `status`, `cust_id`, `cust_email` )

    If I take that SQL and change '' to '\' it then works. Has this bug been fixed?

Viewing 1 post (of 1 total)