如何使用 talend 集成查找 space 包含的记录

how to find space contained records using talend integration

我想使用 talend 集成检索 space 包含的记录。
我的记录是:

id   name
1    India
2    aus tralia
3    singa pore

我想从上面的例子中检索 space 包含的记录
例如:

2    aus tralia
3    singa pore

提前感谢您的帮助。

如果这些记录在现有数据流中,您可以将 tFilterRow 组件与 "Use advanced mode" 结合使用。像这样:

  1. 示例输入行

  2. 如何在高级模式下使用 tFilterRow