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.

gorkasalauniver
Node Clone
since ‎01-31-2020
‎06-01-2022

User Statistics

  • 18 Posts
  • 0 Solutions
  • 2 Kudos given
  • 4 Kudos received

User Activity

Hello! I'm working with a JSON and cypher commands to import it, but I have a question: Can I create an external function, for example in Pyhton, that returns a text with a Cypher command? I mean, I create a Cypher command to import the JSON, which h...
Hey, I am trying to import a JSON, so I have to use UNWIND to get the data, but Iget no result after making an specific UNWIND. This is the JSON: { "objects": [ { "id": "R1", "part1": { "text": "Glo...
Hello everybidy, I´m trying to import a JSON file: { "observables": { "constants": [ { "name": "VAR_1", "value": "2" }, { "name": "VAR_2", ...
Hello there, I'm trying to get a list of strings without null values, but I can't get the result that I want. I've tried it in two different ways: WITH 'recursivo.json' AS json_file CALL apoc.load.json(json_file, "$..id_requisito") YIELD value AS res...
Hello there, I'm trying to solve a problem that I have. I have 3 senteces to show the example: R1: (( A && ( B || C )) && H ) R2: ( A || B ) R3: ( A || B ) && C So my goal is import this with a JSON, and make a graph like this: So the JSON I have is...