Hi,

I am trying to use the OETL script to import a number of edges to the 
database. The target vertex is indexed with two fields (did:integer, 
did_type:string). The index name on the target vertex class is 
Device.did_did_type. Apparently, I should be able to put this information 
somehow in the "joinFieldName" inside the "edge" transform specification. 
However, I am not able to figure this out. I have tried

"edge": {
"joinFieldName": "[did,did_type]",
"lookup": "Device.did_did_type",
...
}

but I am not able to get this work. The documentation does not provide any 
obvious hints on how to utilize the composite keys inside the 
joinFieldName. I would appreciate it if you could help me. Thank you!

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to