apoc.export
| Qualified Name | Type |
|---|---|
Exports the full database as a Parquet file. |
Procedure |
Exports the full database as a Parquet byte array. |
Procedure |
Exports the given nodes and relationships as a Parquet file. |
Procedure |
Exports the given nodes and relationships as a Parquet byte array. |
Procedure |
Exports the given graph as a Parquet file. |
Procedure |
Exports the given graph as a Parquet byte array. |
Procedure |
Exports the given Cypher query as a Parquet file. |
Procedure |
Exports the given Cypher query as a Parquet byte array. |
Procedure |
apoc.export.xls.all(file,config) - exports whole database as xls to the provided file |
Procedure |
apoc.export.xls.data(nodes,rels,file,config) - exports given nodes and relationships as xls to the provided file |
Procedure |
apoc.export.xls.graph(graph,file,config) - exports given graph object as xls to the provided file |
Procedure |
apoc.export.xls.query(query,file,{config,…,params:{params}}) - exports results from the cypher statement as xls to the provided file |
Procedure |