I use Neo4jClient (.NET). I have to import master data like countries.
I've seen that Neo4j has a Java API for that (the batch insertion API). Is it possible to import data via the web interface or another tool?
If not, do I have to import the data via Neo4JClient wrapper with the Create()
function?!
Thanks.