Solved. I added split function(myString,separator) in my database then i used let block.
Il giorno domenica 22 marzo 2015 17:37:41 UTC+1, Gianpaolo Altamura ha scritto: > > How i can split a field with ETL? > > Example: > > id,title,genres > 1,Toy Story (1995),Animation|Children's|Comedy > 2,Jumanji (1995),Adventure|Children's|Fantasy > 3,Grumpier Old Men (1995),Comedy|Romance > > > I want genres as Array like as ["Animation","Children's","Comedy"]. > > I have tried with let blocks but i can't use split function > -- --- 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.
