apoc.import Qualified Name Type apoc.import.csv 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 apoc.import.graphml(urlOrBinaryFile Any, config Map<String, Any>) - imports a graph from the provided GraphML file. Procedure apoc.import.json apoc.import.json(urlOrBinaryFile Any, config Map<String, Any>) - imports a graph from the provided JSON file. Procedure apoc.import.xml apoc.import.xml(urlOrBinary Any, config Map<String, Any>) - imports a graph from the provided XML file. Procedure apoc.hashing.fingerprinting apoc.import.csv Was this page helpful?