0

I have a Memgraph running inside WSL (Ubuntu distribution). I have the data in .cypherl format. I don't possibility to connect with Memgraph Lab to this instance.

How can I import my data?

KWriter
  • 1,024
  • 4
  • 22

1 Answers1

0

Data import from .cypherl file can be done using the mgconsole. Open a terminal in your Ubuntu, go to a folder where your .cypherl file is located and write the following command:

mgconsole < queries.cypherl
KWriter
  • 1,024
  • 4
  • 22