Importing a csv: oetl Error in creating the ETL process #9993
Unanswered
francescarestante
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi, you are using as connection url: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!! I'm new to OrientDB and I'm trying to upload on a database a csv file that is structured in this way:
BookName( ISBN, Title )
For Example:
ISBN;title
439785960;Harry Potter and the Half-Blood Prince (Harry Potter #6)
439358078;Harry Potter and the Order of the Phoenix (Harry Potter #5)
439554896;Harry Potter and the Chamber of Secrets (Harry Potter #2)
043965548X;Harry Potter and the Prisoner of Azkaban (Harry Potter #3)
...
I've created this Json file to exploit the oetl.bat:
where bookProject is the empty Db I created on OrientDB Community.
In the terminal once I try to execute the command: > oetl.bat path/to/bookName.json
I get this error:
How can I fix it?
Beta Was this translation helpful? Give feedback.
All reactions