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.

kasipasi
Node Clone
since ‎09-28-2022
‎10-09-2022

User Statistics

  • 19 Posts
  • 1 Solutions
  • 12 Kudos given
  • 1 Kudos received

User Activity

If I instead only run: CREATE (pc:Product2{catalogPathID: line.catalogPathID}) The all nodes are added with the property catalogPathID with its value. How do I import all properties and not only catalogPathID property?   CALL apoc.load.directory("*.j...
Hello, I have nodes with node label Tracepart, each of those nodes has a property called  "catalogPathID". Now I have +1000 json files in a folder that I would like to load into the db and the plan is to create Product nodes and create a parent relat...
I have multiple json files in a folder. Possible to read whole folder and import all or do I have to specify file by file?`  
Hello, I want to map parent child relationship here. I have already added a property "parent" on all child nodes indicating what code has the parent. I'm not sure how to best use that information. TRACEPARTS:TP01 (Level2CatalogPathID) is parent to TR...
Hello, I want to remove/delete all the "parent" relationship between all node for Node label Traceparts. What do I need to add to below code to remove all the relationships? // Find all nodes with node label Traceparts MATCH (n:Traceparts) RETURN n ...
Kudos from