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 strings ("") gets imported as number 0 #41

Open
jhk115 opened this issue Mar 27, 2020 · 2 comments
Open

Empty strings ("") gets imported as number 0 #41

jhk115 opened this issue Mar 27, 2020 · 2 comments

Comments

@jhk115
Copy link

jhk115 commented Mar 27, 2020

When we import empty strings, the importer imports the value as a number type 0. Any workarounds for this besides leaving out the field completely?

@rayfarer
Copy link

I was importing lots of data and only experienced this issue with about 200 or so records out of 15,000. I have no idea why these records' empty strings are being imported as 0.

@mochadwi
Copy link

mochadwi commented Jan 4, 2021

Looks like this is related to this issue #49

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

3 participants