Search code examples
mongodbtalend

how to collect all information about the current Job in Talend data studio


I'm Running any job then I want to log all information like ---

  1. job name
  2. Source detail and destination details (file name/Table name)
  3. No of records input and number of records processed or save. so I want log all the above information and insert into Mongodb using talend open studio Components also explain what component do I need to perform that task. need some serious response thanks. enter image description here

Solution

  • You can use tJava component as below. Get the count of source, destination, details of the source name and target name. Now redirect the details to a file in tJava.

    For more about logging functionalities, go through below tutorials,

    https://www.youtube.com/watch?v=SSi8BC58v3k&list=PL2eC8CR2B2qfgDaQtUs4Wad5u-70ala35&index=2