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.

mfyfe
Node Clone
since ‎12-04-2020
‎06-01-2022

User Statistics

  • 20 Posts
  • 2 Solutions
  • 0 Kudos given
  • 3 Kudos received

User Activity

I'm trying to import from CSV format for my database. Ideally, I want the incoming CSV information to be all within one file. However, some properties are shared between, what I want to be, different node types. As it stands my output looks like this...
I am trying to translate a process map made in Visio, into nodes mapped in Neo4j. The nodes are all of the same type, but the property for process number varies. So far I have this: LOAD CSV WITH HEADERS FROM "file:/Book111.csv" AS line CREATE (p:Sta...
Kudos from