Skip to content
This repository has been archived by the owner on Sep 25, 2020. It is now read-only.

Commit

Permalink
Fix issue with CSV parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
bronsonholden committed Oct 22, 2018
1 parent 297e346 commit 4cc72c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/run-report.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ function runReport(report, options, callback) {
callback(null, _.merge(report, {
results: csvjson.toObject(data, {
delimiter: ',',
wrap: '"'
quote: '"'
})
}));
});
Expand Down

0 comments on commit 4cc72c1

Please sign in to comment.