Mhh okay than it's an issue in the OrientDB parser somehow. You could do a workaround with writing your own little parser: http://www.kwoxer.de/2014/11/12/daten-import-via-java-orientdb-real-beispiel-tutorial/
Especially the part: *private String splitRegex = ",(?=([^\"]*\"[^\"]*\")*[^\"]*$)";* Could you test that? I mean for sure there was a reason for using ETL, because it's super easy =). But just in case you really need a solution as fast as possible. @luca: I'm mean if Neo4j is able to do that, it should not be kind of hard to do it as well. Am Donnerstag, 11. Dezember 2014 09:39:29 UTC+1 schrieb Andrei Serea: > > THanks! That works.... > But I don't know how much this is a csv issue... It is a file saved by > Excel and before saving I marked the column as text. > Nor did I find anywhere in the RFC 4180 something saying that quotes > should be used. > > I've been using the same file to import it in neo4j and it works just > fine... > > Andrei. > -- --- 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.
