apoc.cypher.runFile

Procedure

apoc.cypher.runFile(file or url,[{statistics:true,timeout:10,parameters:{}}]) - runs each statement in the file, all semicolon separated - currently no schema operations

Signature

apoc.cypher.runFile(file :: STRING?, config = {} :: MAP?) :: (row :: INTEGER?, result :: MAP?)

Input parameters

Name Type Default

file

STRING?

null

config

MAP?

{}

Output parameters

Name Type

row

INTEGER?

result

MAP?