We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4427691 commit 9b50440Copy full SHA for 9b50440
1 file changed
dt-mapping/migrations/0006-add-grid-to-db.php
@@ -56,7 +56,7 @@ public function up() {
56
$line = fgets( $fp, 2048 );
57
$count++;
58
59
- $data = str_getcsv( $line, "\t" );
+ $data = str_getcsv( $line, "\t", '"', '\\' );
60
61
$data_sql = dt_array_to_sql( $data );
62
0 commit comments