apoc.export

Qualified Name Type Release

apoc.export.csv.all(file,config) - exports whole database as csv to the provided file

Procedure

APOC Core

apoc.export.csv.data(nodes,rels,file,config) - exports given nodes and relationships as csv to the provided file

Procedure

APOC Core

apoc.export.csv.graph(graph,file,config) - exports given graph object as csv to the provided file

Procedure

APOC Core

apoc.export.csv.query(query,file,{config,…​,params:{params}}) - exports results from the cypher statement as csv to the provided file

Procedure

APOC Core

apoc.export.cypher.all(file,config) - exports whole database incl. indexes as cypher statements to the provided file

Procedure

APOC Core

apoc.export.cypher.data(nodes,rels,file,config) - exports given nodes and relationships incl. indexes as cypher statements to the provided file

Procedure

APOC Core

apoc.export.cypher.graph(graph,file,config) - exports given graph object incl. indexes as cypher statements to the provided file

Procedure

APOC Core

apoc.export.cypher.query(query,file,config) - exports nodes and relationships from the cypher statement incl. indexes as cypher statements to the provided file

Procedure

APOC Core

apoc.export.cypher.schema(file,config) - exports all schema indexes and constraints to cypher

Procedure

APOC Core

apoc.export.cypherAll(file,config) - exports whole database incl. indexes as cypher statements to the provided file

Procedure

APOC Core

apoc.export.cypherData(nodes,rels,file,config) - exports given nodes and relationships incl. indexes as cypher statements to the provided file

Procedure

APOC Core

apoc.export.cypherGraph(graph,file,config) - exports given graph object incl. indexes as cypher statements to the provided file

Procedure

APOC Core

apoc.export.cypherQuery(query,file,config) - exports nodes and relationships from the cypher kernelTransaction incl. indexes as cypher statements to the provided file

Procedure

APOC Core

apoc.export.graphml.all(file,config) - exports whole database as graphml to the provided file

Procedure

APOC Core

apoc.export.graphml.data(nodes,rels,file,config) - exports given nodes and relationships as graphml to the provided file

Procedure

APOC Core

apoc.export.graphml.graph(graph,file,config) - exports given graph object as graphml to the provided file

Procedure

APOC Core

apoc.export.graphml.query(query,file,config) - exports nodes and relationships from the cypher statement as graphml to the provided file

Procedure

APOC Core

apoc.export.json.all(file,config) - exports whole database as json to the provided file

Procedure

APOC Core

apoc.export.json.data(nodes,rels,file,config) - exports given nodes and relationships as json to the provided file

Procedure

APOC Core

apoc.export.json.graph(graph,file,config) - exports given graph object as json to the provided file

Procedure

APOC Core

apoc.export.json.query(query,file,{config,…​,params:{params}}) - exports results from the cypher statement as json to the provided file

Procedure

APOC Core

apoc.export.xls.all(file,config) - exports whole database as xls to the provided file

Procedure

APOC Full

apoc.export.xls.data(nodes,rels,file,config) - exports given nodes and relationships as xls to the provided file

Procedure

APOC Full

apoc.export.xls.graph(graph,file,config) - exports given graph object as xls to the provided file

Procedure

APOC Full

apoc.export.xls.query(query,file,{config,…​,params:{params}}) - exports results from the cypher statement as xls to the provided file

Procedure

APOC Full