How can we import NULL value for numeric type from...
# nebula-users
g
How can we import NULL value for numeric type from CSV file using Nebula Importer in version 3.2 ? https://github.com/vesoft-inc/nebula-importer/issues/168
I just have to say that I figured it out 🙂 Interested in solution ?
w
@Goran Cvijanovic wow, cool Goran, definitely interested in it, I was willing to suggest doing preprocessing before the importer actually supports this, super Curious about how you hacked it!
g
Importer is supporting alternative option, you just have to change \N to NULL value in CSV file. 🙂
w
Tell me more about it! I couldn’t find
alternative
in importer code/doc 😄
g
I think it is default for GO to use NULL so it is directly supported for CSV files.
💡 1
👍 1