我有以下流程:
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的输出转换为tSetGlobalVar?(这个?或者,如果不是tSetGLobalVar,我可以使用tJava将其放入globalMap中,但是如何在代码级获得tUniqRow的输出?
关于这一点,有没有人能给我一些启发?
非常感谢!
https://stackoverflow.com/questions/44712980
复制相似问题