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.

p_dipietro
Node Clone
since ‎07-02-2021
‎06-01-2022

User Statistics

  • 18 Posts
  • 1 Solutions
  • 3 Kudos given
  • 2 Kudos received

User Activity

I'm using Server 4.3.2 and developing using JavaScript on an Ubuntu 20.04 machine. After a system crash, I restarted but the my application server crashed at startup, with the error Cannot find module 'neo4j-driver/lib/graph-types' I look all around ...
I am trying to clean a string read from LOAD CSV using pattern matching. The idea was to use the following query RETURN apoc.text.replace('Aglianico Del Vulture DOC Serpara 2010 Re Manfredi !', '([\s\S]*?)(DOCG|DOP|DOC|IGP|IGT)/mig', '') AS output; ...
I have a lot of nodes which have a name property. The name is something comma separated, because it contains synonyms. So, I decided to try to set the name as a list instead of a single string. a specific query match (n:AppellationNew {uuid: "c38e2d5...
Using Comunity edition 4.3.2 with apoc I have a question that I wasn't able to solve. I am importing some data from a CSV file. In the first round I imported all data that match some business condition. On 900 input lines, I imported 841. But the oth...
Neo4j community edition 4.0.1 Running on Ubunto 20.04.2 LTS The following is the starting part of a cypher query LOAD CSV WITH HEADERS FROM 'file:///xxx.csv' as row FIELDTERMINATOR ';' WITH row, trim(row.Denominazione) as denominazione WHERE row.Den...
Kudos from
Kudos given to