Skip to content

Commit

Permalink
Fixed not applicable on files
Browse files Browse the repository at this point in the history
  • Loading branch information
diego committed Aug 14, 2022
1 parent bec1599 commit a11370c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/jsontocsv/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ let convertFile = () => {
} else {
const json2csvParser = new Parser({
fields,
defaultValue: "Not applicable",
header: false,
transforms: [unwind({ paths: ['streams'] })],
formatters: { string: functionNameFormatter() }
Expand Down

0 comments on commit a11370c

Please sign in to comment.