Hi,
In source I have records like this
No name address
10 manoj mum
10 manoj dilhi
20 kumar usa
20 kumar Tokyo
I want records in target like shown below
No name addr1 addr2
10 manoj mum dilhi
20 kumar usa Tokyo

If it is reverse we can do this by using Normalizer
transformation by setting occurance as 2.
Somebody will say use denoralization technique. But as of my
knowledge I couldn’t find any denormalization technique. Is
there any concept like that?
I tryid this seriously but I could find any idea to
implement this.
Can any one please help me ?
Advance Thanks

Answer Posted / jz

select * from table_nme group by NO having count(*) > 1

or

Use Agg t/r group by on port 1

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to update or delete the rows in a target, which do not have key fields?

649


What is a transaction control transformation?

761


How can you validate all mappings in the repository simultaneously?

752


What is meant by lookup transformation? Explain the types of lookup transformation?

565


How to elaborate tracing level?

681






what is the size of u r source(like file or table)?

1812


Can I use same Persistent cache(X.Dat) for 2 sessions running parallely? If it is not possible why?If yes How?

1616


pmscmd startworkflow -sv -d -u -p -f while running this command I got the error as "no gateway connectivity is provided for your domain name". So anyone please help me how to rectify this error?

1042


What are active transformations.

1184


How to join three sources using joiner? Explain though mapping flow.

692


what is size of u r database?

1844


What are the popular informatica products?

646


What are the guidelines to be followed while using union transformation?

635


What are the designer tools for creating transformations?

675


What is deployment group?

680