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.

BuilderGuy1
Node Clone
since ‎12-17-2019
‎06-01-2022

User Statistics

  • 30 Posts
  • 0 Solutions
  • 1 Kudos given
  • 2 Kudos received

User Activity

I got this error: Neo.ClientError.Procedure.ProcedureRegistrationFailed apoc.nodes.link is unavailable because it is sandboxed and has dependencies outside of the sandbox. Sandboxing is controlled by the dbms.security.procedures.unrestricted setting...
I'm trying to make 12 hour time to be in a 24 hour format. The problem I'm having is that I don't know how to ADD two numbers together in Cypher. I end up concatenating them together. I'm using this line in a CASE statement: WHEN 'PM' THEN toInteger(...
I have a Date/time as a string and I need to turn it into something usable. This is an example of what I have: 29 September 2019, 8:50 PM I have been trying to get this to work looking at other examples and this is what I have (doesn't work). LOAD CS...
I've been digging in to Neo4j over the last 2 weeks. My goal is to analyze log data for fraudulent activities. In some of the Neo4j youtube videos, it was suggested that having the Time based log data related in a Chain was the best approach. I have ...
I'm trying to LOAD my first CSV file via the Desktop browser. My first line, LOAD CSV WITH HEADERS FROM file:///T00_ITEM_35.csv AS LINE (I have back ticks surrounding the file:/// reference but they are not showing in the post) gives me an error stat...
Kudos given to