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.

deven_pandey
Node Clone
since ‎12-16-2020
‎06-01-2022

User Statistics

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

User Activity

Here's my query and below that is returned data MATCH (n:citations)-[:WROTE_BY]->(a:authors) with n,a,count(a.name) as c where a.name IS NOT NULL RETURN a.name,n.year order by a.name; | "Victor Mitrana" | 1993 | | ...
Below is my content of cyper file. WITH "file:///cite1.json" AS url CALL apoc.load.json(url) YIELD value UNWIND value.citation as q with q where q.venue.id is not null MERGE (citation:citations {id:q.id}) ON CREATE SET citation.id = q.id, citation.ti...
I am new to Neo4j and experimenting with it. Please assist. Blog I followed : Cypher: LOAD JSON from URL AS Data - Neo4j Graph Database Platform File name : citeaa "citation": [ {"id":1388, "authors":[{"name":"Pranava K. Jha","id":2718958994}], ...
Kudos from
Kudos given to