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.
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
Motivation
Inside the cli, we can need to import json files as we import csv files.