Hi, I'm missing a public Value[] getValues(String columnName) method at the row interface. To get the values from a multivalue property I have to go over the node, get the property and cann then access the values.
Is this work as intended or were the multi value properties simply not considered when designing the Row interface? Regards, Robert p.s. getValue(String columnName) returns a concatenated string (with spaces) -> this doesn't help me
