-
Notifications
You must be signed in to change notification settings - Fork 60
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
Support to import NULL value #168
Comments
+1 |
We will support this feature recently. And the implementation maybe follow the answer of this question in stackoverflow: https://stackoverflow.com/questions/2675323/mysql-load-null-values-from-csv-data @zfanswer if you have more ideas and question about this feature, please be free to raise them here. Thanks. |
Thanks for your quick response! Looking forward for the new feature. |
Just to put info here after discussion on Slack channel. |
@veezhang This needs to be dealt with The data type of prop1 is float, when prop1 is null in the csv file, the generated insert statement is
even if prop1 is nullable and with default value,the following insert statement can be executed successfully:
|
@dbacyj It's will be fixed in #238 .
|
for nullable fields of tag or edge, think about how to import the NULL value in csv file.
The text was updated successfully, but these errors were encountered: