LOAD CSV FROM "file:///Users/mh/Downloads/thanhvien.csv" AS line return count(*);
+----------+
| count(*) |
+----------+
| 41881 |
+----------+
1 row
--
You received this message because you are subscribed to the Google Groups "Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email to neo4j+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "Neo4j" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/neo4j/-S1Xdh4ZkrE/unsubscribe.
To unsubscribe from this group and all its topics, send an email to neo4j+un...@googlegroups.com.
LOAD CSV FROM "file:E:/binhluan.tsv" AS line FIELDTERMINATOR '\t'
LOAD CSV FROM "file:E:/binhluan.tsv" AS line FIELDTERMINATOR '\t'
LOAD CSV FROM "file:E:/binhluan.tsv" AS line FIELDTERMINATOR '\t'
MATCH ( a:`ThanhVien`{ id:line[4] } ), ( b:`DiaDiem`{ id:line[2] } )