Hi ,
Please help how to achieve the following scenario.
I have a source table like this.
Rollno name class university
1 Raj 1st Sku
2 Ram 2nd SVU
3 Sam 3rd OU
I need the data in the target table like below.
Rollno name class university
1 Raj 1st Sku
2 Ram 2nd SVU
3 Sam 3rd OU
4 Rajesh 5th SKU
The Last row values we have.. and we have to append this
last row in the target table.
Thanks and Regards
Nataraj V
Answer Posted / harleen
The question needs to be corrected.I think there are 3 rows already in the target and only one row has to be inserted.
The same can be done by 2 ways
1)Update strategy (Update as Insert)
2)Dynamic lookup
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What do you mean by worklet?
Repository user profiles
Can anyone tell me the new features in Informatica 9 Version?
What is update strategy transform?
Which files are created during the session rums by informatics server?
How to start a workflow using pmcmd command?
How to create a non-reusable instance of reusable transformations?
How do you remove duplicate records in informatica? And how many ways are there to do it?
tell me 5 session failure in real time how can you solve that in your project?
Explain target update override in informatica
What is a code page?
What is meant by LDAP users?
How to join three sources using joiner? Explain though mapping flow.
What is the difference between informatica 7.0 and 8.0?
How do you load first and last records into target table?