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.

Forum Posts

LOAD CSV & CASE

I would like to use LOAD CSV together with CASE. Depending on a value in one of the columns of each line, nodes with varying label should be created. In my example, I am dealing with two labels ("Input" and "Variable"). I tried the following: LOAD CS...

Import Using Cypher has an issue

In Chapter Import Using Cypher, I met an memory issue in the sandbox. When I run cmd "MATCH (n) DETACH DELETE n" The console shows:  Neo.TransientError.General.MemoryPoolOutOfMemoryError The allocation of an extra 2.0 MiB would use more than the l...

XiChen by Node
  • 1182 Views
  • 8 replies
  • 1 kudos

unique property

I am trying to create node but with unique specific property to get the node by this property , knowing that this property is the name in my project nodes , please anyone explains how neo4j handles the uniqueness 

Modeling issue

I have an issue with modeling in my business  tag has two types of alarms : state and analog alarm  the tag must have one alarm : state or analog alarm  knowing that i don't have any unique property about alarm , how can it be modelled ?  the logic i...

Resolved! No Error in Merging Relationship

Hi, I'm currently in the "Merge Processing" section of the Cypher Fundamentals course. It is explained that when running the Cypher code from the "Merging relationships" section, an error will be produced. However, when I tried running it in the sand...

How to reset the graph data?

I am new to neo4j,when I studied the course of 2-c-add-intermediate-node,I did some wrong steps,the data changed,when I clicked "check database" button,it shows "Try again......".How to reset the graph data?

Issue with data and deleting imported data

Hi, I am trying to import some data which has dates. However I realized the date fields were not imported in the nodes. I had marked them as integer while importing. Do I have to format dates in specific format in CSV before importing? And integer da...

Uddesh by Node
  • 492 Views
  • 2 replies
  • 0 kudos

Resolved! Missing test database

Hi everyone, I recently started the advanced cypher course but my queries are not running. I suspect that my test database is missing. May I know how I can resolve this? Regards, Joseph

caburj by Node
  • 383 Views
  • 1 replies
  • 1 kudos