jexp / batch-import

generic csv file neo4j batch importer
https://neo4j.com/docs/operations-manual/current/tools/import/
385 stars 158 forks source link

Imported csv files successfully but query results are empty #119

Closed raha001101 closed 9 years ago

raha001101 commented 9 years ago

I have upgraded my Neo4j to ver 2.2.2 and it worked, Thanks for it. Now my csv files are imported and browser is started. But my query results contain "0 row".files are like these. node.csv: id name label 1 i1 PERSON 2 i2 PERSON
rels.csv: start end type 1 2 InListOf 2 1 InLIstOf query like "MATCH n WHERE n.name='i1' RETURN n" returns nothing. I don't know what the problem is. All the things seem correct!