Re: [Neo4j] Change node names (unnamed nodes with node property)

2018-04-18 Thread 'Michael Hunger' via Neo4j
Use the same property eg "name" for both And create a relationship in between The browser renders one property as caption per type If you really need the additional source target info add a label or a boolean property Von meinem iPhone gesendet > Am 04.04.2018 um 06:03 schrieb Victoria

[Neo4j] Change node names (unnamed nodes with node property)

2018-04-17 Thread Victoria Stuart
Hello: this should be simple but I'm finding that it is it is not. Consider LOAD CSV WITH HEADERS FROM "file:/mnt/Vancouver/glycolysis_relations.csv" AS row MERGE (s:GlycolysisRelations {source:row.source}) MERGE (t:GlycolysisRelations {target:row.target}); I'm getting this: where the (s)