apoc.bolt.load.fromLocal

This is the APOC Extended documentation.

APOC Extended is not supported by Neo4j. For the officially supported APOC Core, go to the APOC Core page.

Procedure Apoc Extended

Signature

apoc.bolt.load.fromLocal(url :: STRING?, localStatement :: STRING?, remoteStatement :: STRING?, config = {} :: MAP?) :: (row :: MAP?)

Input parameters

Name Type Default

url

STRING?

null

localStatement

STRING?

null

remoteStatement

STRING?

null

config

MAP?

{}

Output parameters