我有以下流程:
tOutputFile (will output many fields)
/
tOracleInput -> tMap -> tReplicate
\
tMap (will only map the reference field)
\
tUniqRow (only unique reference field)
\
tSetGlobalVar
(and add to globalMap as a list--???)
| (on subjob ok)
|
|
|
|
\ /
tOracleInput -------------------> tMap -------------------> tOutputFile
(filter where clause
with references from globalMap list)
但是我迷失了如何才能将输出tUniqRow
to tSetGlobalVar
?(上面的???)或者如果不是tSetGLobalVar
,我可以tJava
把它放在globalMap中,但是我怎样才能得到tUniqRow
代码级别的输出呢?
任何人都可以启发我吗?
非常感谢!