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.
