apoc.import.xml

Procedure

apoc.import.xml(file,config) - imports graph from provided file

Signature

apoc.import.xml(url :: STRING?, config = {} :: MAP?) :: (node :: NODE?)

Input parameters

Name Type Default

url

STRING?

null

config

MAP?

{}

Output parameters