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
As we can import csv file, it will be useful to import json file.
Even if we can use the genji command insert like this cat foo.json | genji insert --db mydb -t foo
genji>.import json foo.json foo
Motivation
Inside the cli, we can need to import json files as we import csv files.
The text was updated successfully, but these errors were encountered:
Proposal
As we can import csv file, it will be useful to import json file.
Even if we can use the genji command insert like this
cat foo.json | genji insert --db mydb -t foo
genji>.import json foo.json foo
Motivation
Inside the cli, we can need to import json files as we import csv files.
The text was updated successfully, but these errors were encountered: