jexp / batch-import

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

adding properties to existing nodes #94

Open RichMorin opened 10 years ago

RichMorin commented 10 years ago

I could easily imagine wanting to add properties to existing nodes, ala Cypher:

( { name: foo, new_prop: 42 } )

Or, more efficiently, something like:

( { id: 123, new_prop: 42 } )

Please consider adding this ability to the program.