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

Make NULL handling in CSV import more flexible #42

Closed
ErikEJ opened this issue Mar 16, 2016 · 1 comment
Closed

Make NULL handling in CSV import more flexible #42

ErikEJ opened this issue Mar 16, 2016 · 1 comment

Comments

@ErikEJ
Copy link
Owner

ErikEJ commented Mar 16, 2016

Given this csv:
Id;Data1;Data2
1;;

It could be made optional to interpret string.Emtpty as '' rather than NULL, as is curently the case.

@ErikEJ
Copy link
Owner Author

ErikEJ commented Apr 8, 2016

Workaround is to assign a default value to the coulmn...

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

1 participant