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.

zepef
Node Link
since ‎05-09-2021
‎08-22-2022

User Statistics

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

User Activity

Hello, I am working on creating knowledge graphs froms PDFs. I am using VSCode/Python/Adobe PDFServices and of course Neo4j/Cypher. I will make my repo public as soon there is enough to look at PEF
Hello, I am trying to import à json file with : CALL apoc.load.json("file:///A novel knowledge graph development for industry design A case study on indirect coal liquefaction process.json") YIELD value RETURN value; I can read from local file (apoc....