Hello dear KNIME community,
I have quite simple question, here is the example (table format; semicolon séparated):
cherry; apple; peach
2; 3; 4;
?: 1; 3;
1; 1; 1;
?; ?; 0;
2; ?; 1;
1; 3; ?;
4; 4; 4.
I would like to show (or to select) ANY rows whith existing missing values. The output should be:
{ cherry; apple; peach}
?: 1; 3;
?; ?; 0;
2; ?; 1;
1; 3; ?;
Which node could I use to do that? Thank you in advance! I tried “Rule-based Row Filter”, with missing option set TRUE, but it is not giving me the desired result, it just shows all rows that are simultaneously empty.
To use this workflow in KNIME, download it from the below URL and open it in KNIME:
Download WorkflowDeploy, schedule, execute, and monitor your KNIME workflows locally, in the cloud or on-premises – with our brand new NodePit Runner.
Try NodePit Runner!Do you have feedback, questions, comments about NodePit, want to support this platform, or want your own nodes or workflows listed here as well? Do you think, the search results could be improved or something is missing? Then please get in touch! Alternatively, you can send us an email to mail@nodepit.com.
Please note that this is only about NodePit. We do not provide general support for KNIME — please use the KNIME forums instead.