Questions tagged [arangoimport]

11 questions
3
votes
1 answer

arangoimp closed immediately and query result

I'm using the latest ArangoDB of the respective release series: 3.1 Mode: Single-Server On this operating system: Windows, version: 10 My problem is: when I open arangoimp.exe file, it asks me to enter a password, when it is entered and I press…
2
votes
1 answer

How to Import JSON CSV into ArangoDB using ArangoImp

I'm attempting to import csv or json data based on examples in the ArangoDB Documentation however I keep receiving errors with my attempts and I'm unable to discover the cause. It's as though I'm not even invoking arangoimp from the Arango Shell at…
Code Novice
  • 2,043
  • 1
  • 20
  • 44
2
votes
1 answer

Arangodb Arangoimp using default endpoint

I'm using arangodb 3.1.25. I run in using as the default endpoint is in use and cause me a problem . Now that I'm trying to import a dataset to arangodb , I see that Arangoimp is still using the default endpoint which is 'tcp://127.0.0. …
Muna arr
  • 353
  • 2
  • 13
2
votes
1 answer

Error while importing very large dataset to arangoDB

I'm trying to import a huge dataset to ArangoDB via arangoimp. It's about 55 million edges. I alreasy increased the size of the wal.logfiles ( --wal.logfile-size to 1024k from 32k). This solved the last error. But now i get the following…
Hendrik
  • 93
  • 6
1
vote
1 answer

Pull/Import Data into ArangoDB from an External Database

I've produced a Proof of concept to automate the export of data out of an external database and save it as a file to then import into ArangoDB using arangoimp.exe. While this method is certainly functional it is unfortunately not going to work due…
Code Novice
  • 2,043
  • 1
  • 20
  • 44
1
vote
1 answer

Read embedded JSON-Object in a CSV-file via arangoimp

Having a CSV-File as follows (modeled from the IRIS…
Rentrop
  • 20,979
  • 10
  • 72
  • 100
0
votes
1 answer

arangoimport: edge attribute missing or invalid

ArangoDB Version: 3.8 Storage Engine: Deployment Mode: Single Server Deployment Strategy: Manual Start Operating System: Ubuntu 20.04 Total RAM in your machine: 32Gb Disks in use: < SSD Used Package: …
Raphael10
  • 2,508
  • 7
  • 22
  • 50
0
votes
1 answer

Using ArangoDB through the command line not working

Thanks for taking the time, so - Arango is installed and the WebUI has been working fine. I've been doing the tutorials and finished the basics, but attempting to move on and import my own data I'm getting stuck. I stored my data in a google sheet…
0
votes
1 answer

Bash XSV auto populate empty values with CSV column

I have a CSV export that I need to map to new values to in order to then import into a different system. I am using ArangoDB to create this data migration mapping. Below is the full script used: #!/bin/bash execute () { filepath=$1 …
Xtremefaith
  • 907
  • 1
  • 9
  • 29
0
votes
0 answers

Arangoimp exception

I have a csv file with the following structure: h1_h2,hashtag1,hashtag2,coccurrence 39108234088393,9230981401776738405,11889764071793228909,2 48887306406636,2844752706633868157,14936885980370043276,2 ... There are 1028112 lines in file. I tried to…
elfinorr
  • 189
  • 3
  • 12
0
votes
1 answer

Error when invoking arangoimp in the shell

When I try to invoke arangoimp with the following: Applications/ArangoDB3-CLI.app/Contents/Resources/arangoimp in my terminal I get the following error: 2018-03-12T11:26:43Z [49366] ERROR Could not connect to endpoint 'tcp://127.0.0.1:8529',…
CodeHip
  • 367
  • 5
  • 18