Hi guys, I'm trying to import a csv representing a many to many relation into OrientDb. I was looking the documentation <http://www.orientechnologies.com/docs/last/orientdb-etl.wiki/Import-from-CSV-to-a-Graph.html> but it explains the 1-to-many case. So I started writing the different etl json files and tried to import the classes. Here the files <https://gist.github.com/agiuliano/f5f126ab47f1a695986b>. The result is that I obtain the `Class not found in source vertex` error. But I cannot add the vertex key in the transformers section since I already have my vertex. What I want is Users connected to Books with the Rate relation that contains the rating of that book for the user. Is there a way through the etl files or do I have to implement the import in Java?
-- --- 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.
