Not Working with qoutes (Solved)
-
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
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.