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.

kasperknudz
Node Clone
since ‎04-27-2020
‎06-01-2022

User Statistics

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

User Activity

Hi, I am working with parts of the GRANDStack starter project (but changing it a bit for my own project). An issue is that I only get an empty array out of the following query and data: GraphQL: query { Company { name person { firstName ...
Hi, I am working with parts of the GRANDStack starter project (but changing it a bit for my own project). An issue is that I only get an empty array out of the following query and data: GraphQL: query { Company { name person { firstName ...
Hi We've created nodes such as p:Person for around 50 persons in a CSV file and what we currently want is to split up the property of lets say Company to create their own nodes for this, and make relationships between. The current dataset (CSV) looks...
When using LOAD CSV function with session.run() to execute cypher statements into Neo4J it does'nt return anything. Have tried removing LOAD CSV and it works perfectly fine in creating nodes. This is the code: import fs from "fs"; import path from "p...
Hi! We are trying to receive a CSV file from frontend and create nodes from the CSV content. How do we get the neo4J to load the CSV code from javascript automatically when we receive a new CSV-file? Currently we are thinking something like this to r...
Kudos given to