Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

question about EdgeProp using oetl.sh and json #7374

Closed
danciui opened this issue Apr 27, 2017 · 2 comments
Closed

question about EdgeProp using oetl.sh and json #7374

danciui opened this issue Apr 27, 2017 · 2 comments
Assignees
Labels

Comments

@danciui
Copy link

danciui commented Apr 27, 2017

OrientDB Version:
orientdb-community-2.2.18

Java Version: Java 8 Update 91
OS: Mac Os Sierra 10.12.3

Expected behavior
Being able to add properties on edges via json etl.

Actual behavior
I'm using oetl.sh with JSON to load data on an OrientDB remote server. I currently have to add the properties on all the edges. In this example I would like edge @Rid = #25:0 to have two properties "name"= "Built" and "kind"="RedEdge". edge @Rid= #26:0 also has to have two properties "name" = "Built" and "kind"="BlueEdge". I can't find any documentation on how to do this via the son etl, so I am putting all the properties on all the edges in a dictionary. This is very cumbersome.
p1

Archive 5.zip

@robfrank
Copy link
Contributor

robfrank commented May 2, 2017

can you share the ETL configuration file and a sample of your dataset?
Did you check the doc section about transformers? http://orientdb.com/docs/last/Transformer.html

@danciui
Copy link
Author

danciui commented May 2, 2017

I shared both the configuration and the dataset in Archive 5 above. There is minimal documentation about how to use the edgefields

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

5 participants