Skip to content
Snippets Groups Projects
Commit 4c07d1a7 authored by Chao Zhang's avatar Chao Zhang
Browse files

Upload New File

parent 07160559
No related branches found
No related tags found
No related merge requests found
arangoimp.exe --file "Multi-model-data/Person.csv" --type csv --translate "id=_key" --collection "Person" --server.username root --server.password "" --create-collection true
arangoimp.exe --file "Multi-model-data/Order.json" --type json --translate "id=_key" --collection "Order" --server.username root --server.password "" --create-collection true
arangoimp.exe --file "Multi-model-data//KnowsGraph.csv" --type csv --translate "from=_from" --translate "to=_to" --collection "KnowsGraph" --from-collection-prefix Person --to-collection-prefix Person --server.username root --server.password "" --create-collection true --create-collection-type edge
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment