diff options
Diffstat (limited to 'gulpfile.js')
-rw-r--r-- | gulpfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js index 6ae2e11e..687113aa 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -758,7 +758,7 @@ gulp.task('import-categories', function(cb) { }) gulp.task('import-tags', function(cb) { - fs.createReadStream('./_import.csv').pipe(csv({ + fs.createReadStream('./_import.tsv').pipe(csv({ headers: false, separator: '\t' })).on('data', (row) => { |