Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: sreeHi Team,
My source data is like this
Comment_Data_ID
10056503
10056503
10335244
10335244
10453520
10152206
10152206
i want in out file like this.
Comment Row count
10056503 1
10056503 1
10335244 2
10335244 2
10453520 3
10152206 4
10152206 4
ie. if one records came more than once in source,based on one column, in target file need to load that same column and rowcount.
How can i achieve this,using which logic in mapping.
Thanks for your all support.
Regards,
Sree.