Re: [orientdb] Re: CSV Field to collection field

2014-11-12 Thread Luigi Dell'Aquila
Hi, the best thing to do this should be something like this: update myClass set columnB = columnA.split(",") but unfortunately it's NOT supported at this time. As a work around, you can define your own split() function like this - two parameters: "inputString" and "separator" - this function bo

[orientdb] Re: CSV Field to collection field

2014-11-08 Thread Erik Peterson
This one still has me stumped. Column A is string of tag values separated by commas ("furniture, clothes, electronics, bedsheets"). From Column A I want to create Column B where the tags are stored as as embeddedlist. I've tried... 1) insert into newClass from select format("["%s"]",ColumnA.rep