• Current version doesn’t support files with escape characters. you can add this features by adding following line in main.php file:

    $row = array_map(function($v) { return esc_sql($v) ;}, $row) ;

    Add this just line After this comment:
    //If. csv column count matches db column count

    • This topic was modified 6 years, 4 months ago by alexuidian.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Not Working with qoutes (Solved)’ is closed to new replies.