Remove elements from a list

Hi
After using JSON Path node to convert JSON data of a column, I get a column which type is List (collection of: String).

I have values such as [fromDate, untilDate, condition, andOr]

Is there any way to remove values from the lists in the column? I mean, for example, remove all the strings “andOr” from each lists of the column.

Thank you

Hi @jquadrada , one way to do this with just pure Knime nodes is to expand the list, remove what you need to remove, and re-create the list.

2 Likes

Hi @jquadrada,

also I think the

has a remove from array function as far as I can remember :thinking:

5 Likes

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.