cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

norbert
Node Link
since ‎09-05-2018
‎06-01-2022

User Statistics

  • 9 Posts
  • 0 Solutions
  • 0 Kudos given
  • 1 Kudos received

User Activity

I am reading data from a file and want to create nodes and relations between them. There is a chance that either of the two nodes of the relation are not existing by now. I solved this by: LOAD CSV WITH HEADERS FROM "foobar.csv" AS ROW MERGE (a:Typ...
When using the neo4j-admin tool I can attach multiple labels to a node by using the :LABELS column. I want to do something similar with LOAD CSV and thought that a statement like: LOAD CSV WITH HEADERS FROM "file:///tlpdb/48871/outnew/node-TLPackage....
Dear all, I try to get better performance with csv import/merge of relations. I have a database created with neo4j-import from CSV files, and on a daily basis there will be some updates to the CSV files. I can easily import the changes using merge wi...
Kudos from