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 8e54ea5 commit 66abd45Copy full SHA for 66abd45
lib/JSON2CSVBase.js
@@ -93,7 +93,7 @@ class JSON2CSVBase {
93
*/
94
getHeader() {
95
return fastJoin(
96
- this.opts.fields.map(fieldInfo => this.processValue(fieldInfo.label, true)),
+ this.opts.fields.map(fieldInfo => this.processValue(fieldInfo.label)),
97
this.opts.delimiter
98
);
99
}
0 commit comments