Talend 流程:在 TrestClient 中一次传递一个日期

Talend flow: Passing one date at a time in TrestClient

从附图中,我有一个日期列表作为 TDbInput 组件的输出:SELECT distinct date_format(DATE,'%Y-%m-%d') as date来自日历。

我应该一次将一个日期作为变量传递给 Trestclient 组件。我该怎么做?

job

请使用 tFixedFlowInput 组件并从 tFlowToIterate 迭代。 这将一次迭代一个条目。下面是过程截图。