jexp / batch-import

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

Directed Edges #83

Closed mhuelfen closed 10 years ago

mhuelfen commented 10 years ago

it would be nice to specify the direction of edges by adding a direction column

jexp commented 10 years ago

You just have to flip start and end?

mhuelfen commented 10 years ago

ok thanks, my fault, and for bidirectional just add two relations i guess

jexp commented 10 years ago

Yep, thanks. Have fun. Just write to the google group or here if you have any more questions.