How could we generate the sequence of key values without
using sequence generator transformation in the target ??
Answer Posted / g. manthiramoorthy
Create Two Port in Exp. Trans
v_temp : v_temp+1
o_seq : IIF(ISNULL(v_temp),0,v_temp)
| Is This Answer Correct ? | 18 Yes | 2 No |
Post New Answer View All Answers
What is target load order?
How to partition the Session?
what are all the deliverables of ETL informatica power center project? what are all updated or created by etl developer as his everyday activities?
What is standalone command task?
What are the types of presistent cache in look up tr.
Can we override a native sql query within informatica?
Can you use flat files in Mapplets.
generate date / time dimension in informatica
Can we change Dynamic to Static or Persistent cache? If so what happens?
How can we use batches?
What is a filter transformation?
Whats the difference between informatica powercenter server, repositoryserver and repository?
What are the transformations that cannot be placed between the sort origin and the joiner transformation so that we do not lose the input sort order?
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
When do you use sql override in a lookup transformation?