Hi,
In my graph i have 2 input source, one is FileReader and one is DBReader. Consider input file for the filereader is a file which has 5 rows.
For Example:
Row1
Row2
Row3
Row4
Row5
Its out port metadata is also one field say (Field1).
For DBReader, it will return one value (say Key). Its outport metadata is also one field say Field2.
I need to merge these two output and should have metadata as Field1 & Field2. That is same key should be there for every row.
Regards,
Saravanan A