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

Cannot push null values into number field #5

Closed
GuidoS opened this issue Sep 21, 2015 · 2 comments · Fixed by #7
Closed

Cannot push null values into number field #5

GuidoS opened this issue Sep 21, 2015 · 2 comments · Fixed by #7

Comments

@GuidoS
Copy link

GuidoS commented Sep 21, 2015

Cannot push the following values into a number field from a csv.

Example csv:
a,b,c
a,1,a
b,NULL,b
c,,c

@calvinmetcalf
Copy link
Member

to clarify, this is the string 'NULL' that is being populated by sql server in leu of simply having an empty field

@calvinmetcalf calvinmetcalf mentioned this issue Sep 21, 2015
@GuidoS
Copy link
Author

GuidoS commented Sep 21, 2015

Correct

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

Successfully merging a pull request may close this issue.

2 participants