This is the output of debug console:

[58:csv] DEBUG Transformer input: 2^648^4^978299913
[58:csv] DEBUG parsing=2^648^4^978299913
[58:csv] DEBUG document={userId:2,movieId:648,rating:4,timestamp:Mon Jan 12 
08:44:59 CET 1970}
[58:csv] DEBUG Transformer output: 
{userId:2,movieId:648,rating:4,timestamp:MonJan 12 08:44:59 CET 1970}
[58:command] DEBUG Transformer input: 
{userId:2,movieId:648,rating:4,timestamp:Mon Jan 12 08:44:59 CET 1970}
[58:command] DEBUG executing command=create edge rated from (select from 
Users where id = $input.userId) to (select from Movies where id = 
$input.movieId) set ratings = $input.ratings , rating_date = 
$input.timestamp...
[58:command] DEBUG executed command=sql.create edge rated from (select from 
Users where id = $input.userId) to (select from Movies where id = 
$input.movieId) set ratings = $input.ratings , rating_date = 
$input.timestamp, result=[]
[58:command] DEBUG Transformer output (same as input): 
{userId:2,movieId:648,rating:4,timestamp:Mon Jan 12 08:44:59 CET 1970}

-- 

--- 
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 orient-database+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to