I have a CSV file that I want to import into a chart in ArangoDB. I am using the community version of ArangoDB3-3.1.24.
Here are the first three lines of the CSV file
id,_from,_to,score 1,568703.1,568703.2,282 2,568703.1,568703.31,183 3,568703.1,568703.91,238
And here is what I tried
arangoimp --file "C:\Users\M\Desktop\file.csv" --server.username root --type csv --collection "Col_edge_L"
I think I missed something.
import graph csv arangodb edge edge-list
Muna arr
source share