Skip to content

Commit 6ad59dd

Browse files
authored
Merge pull request #22 from elasticio/hotfix_issue21
hotfix issue 21
2 parents 06f3991 + eeec01a commit 6ad59dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/actions/write.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ let rowCount = 0;
1717
exports.init = function init(cfg) {
1818
return co(function* gen() {
1919

20-
const delimiter = cfg.writer.delimiter || ',';
20+
const delimiter = cfg.writer.separator || ',';
2121
console.log('Using delimiter: \'%s\'', delimiter);
2222
const options = {
2323
header: true,

0 commit comments

Comments
 (0)