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.

APOC export to web API

werner
Node Clone

In the same way apoc imports from a URL is there a way of exporting a json to a URL

CALL apoc.load.json('http://example.com/map.json', [path], [config]) YIELD value as person CREATE (p:Person) SET p = person

apoc.export.json.query(query,file,config)

but file is a URL

0 REPLIES 0