Tag Archive | Neo4j
APOC to the rescue #2
In this short post, another APOC feature worth its weight. The function apoc.any.property takes two parameters, first being the object (node, relation) the second being the name of a property of that object. It returns the value of any property of an object. <– genius 🙂 That is super useful when you want to use […]
Importing France into Neo4j
importing data from several CSV files into Neo4j, with periodic commit by making a one big file via bash.