subset matcher list count

Hi,

Using Listutils in java in the java code node, it is possible to get list.size() i.e no of elements in a string array. However it does not seem to work if the list has spaces and not commas. Try using list and set in groupby for instance to get spaces and commas as separators.

Similarly...

I am trying to use the subset matcher node to match two lists and it returns a list for which the result of list.size() is always 1, as it contains spaces between elements. If the original list contains comma separated elements, i get the correct size. So its only a problem for groupby and subset matcher output when elements in a set are separated by space.

I don't quite get this question. In the GroupBy node you can instead of selecting Concatenate (which uses the specified deleimiter) as aggregation method, use List or Set which returns a collection of elements that you can work with. Would that solve your problem?