Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
01-30-2020 03:15 PM
01-30-2020 05:31 PM
as far as i know not out of the box. but you can easily write your own trigger to add a property with a uuid on createnodes.
or of course you can always add your own procedure and call that as part of your csv import
CALL apoc.trigger.add('add-uuid-new-nodes',"UNWIND {createdNodes} AS n set n.uuid=apoc.create.uuid()", {phase:'after'})
All the sessions of the conference are now available online