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
is there a fix for this that I'm just missing?
The text was updated successfully, but these errors were encountered:
It sounds like you have a javascript object as a value in one of your entries, like:
new Angular2Csv({ Date: { day: 1, month: 1, year: 2018 } }, "Report");
You could fix it by using something like a string instead:
new Angular2Csv({ Date: "2018-01-01" }, "Report");
Sorry, something went wrong.
No branches or pull requests
is there a fix for this that I'm just missing?
The text was updated successfully, but these errors were encountered: