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.
2 parents 06f3991 + eeec01a commit 6ad59ddCopy full SHA for 6ad59dd
lib/actions/write.js
@@ -17,7 +17,7 @@ let rowCount = 0;
17
exports.init = function init(cfg) {
18
return co(function* gen() {
19
20
- const delimiter = cfg.writer.delimiter || ',';
+ const delimiter = cfg.writer.separator || ',';
21
console.log('Using delimiter: \'%s\'', delimiter);
22
const options = {
23
header: true,
0 commit comments