Skip to content
New issue

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

Empty values in number type columns are parsed as empty strings instead of null #430

Open
develleoper opened this issue Jul 15, 2021 · 1 comment

Comments

@develleoper
Copy link

When I'm parsing a column I have specified as numerical using the colParser parameter, it is returning empty values as empty strings, instead of nulls.

This results in JSON with an incorrect data type down the line; is there a solution to this?

@MFinn87
Copy link

MFinn87 commented Dec 1, 2022

Seconding this. If parsing as an empty string is desired, then the cell data could have been "", which also results in parsing as empty string.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants