0
votes

I use Neo4j Community Edition 4.0.4 on CentOS 7.

Is it possible to load relations to db with neo4j-admin tool from the same .csv file as I load nodes? Because I have all data in one MSSQL table, which I upload to .csv with bcp utility.

Thanks!

1

1 Answers

0
votes

You best bet in that case would probably be to use Cypher's LOAD CSV directly.