Import data from various file formats into Memgraph
At the moment, Memgraph supports importing data from:
- CSV files with LOAD CSV clause
- JSON files with
json_util
query module andimport_util.json
procedure - CYPHERL files via Memgraph Lab or
mgconsole
tip
If you can choose the format of the data you want to import, the fastest way to import data into Memgraph is from a CSV file using the LOAD CSV clause.