You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.
I am trying to import a backup of data that I got from the graph cool (Prisma) team into a different project on the Graph Cool framework. The backup is a zip folder with a bunch of CSV files. I don't see anywhere in the documentation on how to import CVS files via the command line.
I've tried the following commands view the command line inside of my local graph cool project to import the data into my new project:
graphcool import --data test.zip --target dev graphcool import -d test.zip -t dev
and this is the response i get: Unknown flag —data
I also tried graphcool import --source test.zip --target dev and get the following:
Invalid signature: 0x80014
Any solutions/help on importing CSV files into a GraphCool project would be greatly appreciated.
Thank you!
The text was updated successfully, but these errors were encountered:
I am trying to import a backup of data that I got from the graph cool (Prisma) team into a different project on the Graph Cool framework. The backup is a zip folder with a bunch of CSV files. I don't see anywhere in the documentation on how to import CVS files via the command line.
I've tried the following commands view the command line inside of my local graph cool project to import the data into my new project:
graphcool import --data test.zip --target dev
graphcool import -d test.zip -t dev
and this is the response i get:
Unknown flag —data
I also tried
graphcool import --source test.zip --target dev
and get the following:Invalid signature: 0x80014
Any solutions/help on importing CSV files into a GraphCool project would be greatly appreciated.
Thank you!
The text was updated successfully, but these errors were encountered: