hi ,
Is it no longer possible to filter using a regular expression on numbers with the new version?
ty
hi ,
Is it no longer possible to filter using a regular expression on numbers with the new version?
ty
Hi @aurelienchauvin,
Regular expressions in KNIME are primarily designed for string data types. When dealing with numerical columns, you may need to convert these numbers to strings before applying a regex filter.
Regards,
Yogesh
The “new” Row Filter node, which was added in 5.3.0, has received some minor updates in 5.3.2, including the ability to apply filtering via wildcard/regex also on integer types (int, long). See screenshot below (“age” is an integer column here).
Thanks, @wiswede. I was using KNIME 5.3.0, so I didn’t see the option for regex and wildcard matching, which is available in KNIME 5.3.2. Thanks again for pointing it out.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.