apoc.import

Qualified Name Type

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

Procedure

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

Procedure

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

Procedure

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

Procedure