Why is a server called a server?
How will you add a new style in a table?
Explain the difference between dead letter queue and backout queue in websphere mq?
Can we override a native sql query within informatica?
Which method to display a dialog?
How do I insert a table around text in word?
What do you understand by google disavow tools?
How to find difference in two configuration files on the same server?
What is the difference between zend_auth and zend_acl?
What are the benefits of apache storm?
Define cross correlation and auto-correlation?
How do I get microsoft word for free on my laptop?
Define conpoke()?
Briefly describe your ideal job?
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