apoc.import

Qualified Name Type Release

apoc.import.csv(nodes, relationships, config) - imports nodes and relationships from the provided CSV files with given labels and types

Procedure

APOC Core

apoc.import.graphml(urlOrBinaryFile,config) - imports graphml file

Procedure

APOC Core

apoc.import.json(urlOrBinaryFile,config) - imports the json list to the provided file

Procedure

APOC Core

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

Procedure

APOC Core