To get the required output, sequential file stage can be joined with the relevant database native stage. Do remember to sort the key columns before the join stage and map the required fields in the output tab in join stage. Usage of the join stage depends on the number of records in seq. file as well as in database table. If records in any of these sources is fairly small then lookup stage can also be used. This will make the overall job more performant.
To get the required output, sequential file stage can be joined with the relevant database native stage. Do remember to sort the key columns before the join stage and map the required fields in the output tab in join stage. Usage of the join stage depends on the number of records in seq. file as well as in database table. If records in any of these sources is fairly small then lookup stage can also be used. This will make the overall job more performant.
ReplyDelete