简体   繁体   English

使用 IICS 或 informatica 查找最高的员工并仅添加目标中的员工

[英]to find the highest sal employees and add only those employess in target by using IICS or informatica

My source is like我的来源就像

enter image description here在此处输入图像描述

emp_id name  sal
101    tina  10000
102    mega  10000
103    meena 5000

I need the details of the employees 101 and 102 details:---like this我需要员工 101 和 102 的详细信息:--- 像这样

emp_id name  sal
101    tina  10000
102    mega  10000

Read the data, use Aggregator to find max value, and join the max with the original data set.读取数据,使用 Aggregator 找到最大值,并将最大值与原始数据集连接。

Src-SQ----Agg--\
      \---------Jnr---Tgt

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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