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.

silvio_jonas
Node
since ‎02-15-2022
‎06-01-2022

User Statistics

  • 7 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I have a csv like the following: And I want to query it filtering dates. But the column 'Data' which are dates, contains something like 2016-01-01 06:47:00 which is a date plus a timestamp. I have no idea on how to query it filtering the dates only....
I am trying to create a graph in neo4j using the following query: LOAD CSV WITH HEADERS FROM 'file:///MyData.csv' AS row MATCH (conta:Conta {nome: row.`Conta Origem`}) MATCH (contad:ContaD {nome: row.`Conta Destino`}) MERGE (conta)-[op:Movimentação]...
Ok, every query or piece of code I am trying to run in neo4j is simply not going no matter what. Then, I just tried to run the sample codes they give us for start and.... they are not running either: I typed :play movie graph and everything went fine...