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.

antonyj453
Node Clone
since ‎08-11-2021
‎06-01-2022

User Statistics

  • 14 Posts
  • 1 Solutions
  • 3 Kudos given
  • 1 Kudos received

User Activity

Hi, I'm using neo4j 4.3.2 version. I have two json files. I want to match and create relationship from first json to second json file based on the matching property between nodes from two json files. Please have look on the json file: First Json as f...
I have a json file which is array and inside that another array is there. I want to combine them into single node. is that possible. Please have a look on json file: "hasdata": [ { "a": "1", "b": "P", "Date": "2007-05-17", ...
I have two json files. I want create a relationship between them. Have a look on my json file: First Json file: { "id": "1234" } Second Json File: {"abstract": [ { "value": "<p>chinese</p>", "language": "chi" }, { "value": "<p...
I have a json file and i want to store the multiple values in a single node. is that possible. Please have a look on json file: "abstract": [ { "value": "<p>chinese</p>", "language": "chi" }, { "value": "<p>eng</p>", "lang...
This is my second post. I have 5 authors and 2 organization. I want to create a relationship between them. I want to connect [Author,Affliation]-->[org,university] to matching organization. so output will be like [abc,organization 1]--->[organization...
Kudos from