We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version of json2csv: 5.0.5 Node version: 12.19.1
json2csv
Code:
const { Parser } = require('json2csv'); const parser = new Parser({ header: false, delimiter: ';', excelStrings: true, }); const data = { field1: 'string', field2: '"quoted"' }; parser.parse(data); // result: "=""string""";"=""""quote"""""
If you write the result to a file and open it in excel, there would be an error in a quoted value:
The tooltip is saying that the formula has an error.
The text was updated successfully, but these errors were encountered:
Guys, thank you for your work! Do you know when this fix will be released on npm?
Sorry, something went wrong.
Should be released as [email protected]
Successfully merging a pull request may close this issue.
Version of
json2csv
: 5.0.5Node version: 12.19.1
Code:
If you write the result to a file and open it in excel, there would be an error in a quoted value:
The tooltip is saying that the formula has an error.
The text was updated successfully, but these errors were encountered: