Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用表输入为从数据库中的表中选择行数据构建了一个简单的转换。
我知道表输入一次返回所有结果。但我需要做的是逐行获取结果并继续该过程,然后返回下一行,依此类推。
所以有什么想法吗?
来自Pentaho论坛的回答:
Pentaho
构建一个作业,让第一个转换通过表输入检索所有行。使用“将行复制到结果”步骤来保存结果。创建为单行执行配置的第二个转换 - 请参阅高级转换设置。使用“从结果中获取行”开始单行处理。
此外 :
转换执行器