I created the schema via OrientDB studio.

I put the 2 ETLs as attachement.

Thank you.

On Sunday, August 23, 2015 at 10:25:54 PM UTC+2, Richard Jones wrote:
>
> Can you post the ETL import JSON that defines the schema?
>
> On Friday, 21 August 2015 22:27:38 UTC+1, @raph wrote:
>>
>> 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.

Attachment: Application.json
Description: application/json

Attachment: Client.json
Description: application/json

Reply via email to