Hi everyone,

I am trying to import csv files to OrientDB and it's not working very well.

I have two classes : 

Client : Name, Code

             C1     ,01

                        C2     , 02 
 

Application : Name, Code, Description, Rclient 

A1     ,B1    ,D1               ,01 

A2     ,B2    ,D2               ,01

A3     ,B3    ,D3               ,02  

A4     ,B4    ,D4               ,02  


 
I use "Rclient" as a lookup with Client.Code

The problem is OrientDB doesn't create all the edges ( he founds two rows 
with "Rclient" = 01 but there is only one edge created)
PS: I've got like 1500  Apps & 300 Cliens 

Any suggestions ?

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