apoc.import

Qualified Name Type

apoc.import.csv(nodes [Map<String, Any>], rels [Map<String, Any>], config Map<String, Any>) - imports nodes and relationships with the given labels and types from the provided CSV file.

Procedure

apoc.import.graphml(urlOrBinaryFile Any, config Map<String, Any>) - imports a graph from the provided GraphML file.

Procedure

apoc.import.json(urlOrBinaryFile Any, config Map<String, Any>) - imports a graph from the provided JSON file.

Procedure

apoc.import.xml(urlOrBinary Any, config Map<String, Any>) - imports a graph from the provided XML file.

Procedure