简体   繁体   中英

How can I regroup multiple tlogRow in talend to one file where I can see all my rows?

I am working on a MongoDB database ETL, I need to prosses the data and move it to the PostgreSQL database, I used the tExtractJson in talent to extract all the documents and subdocuments but I am having a problem in regrouping all the rows into one output so that I can load my tables in Postgres DB.

to load only one table I need information from multiple tlogRows

I tried a tmap but it requires a main component and other are lookup one

I solved this using a tBufferOutput in the first job, and did the same thing once again on a second job and used a tInputBuffer to recover the result of the first job.

enter image description here

enter image description here

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM