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
Answers were Sorted based on User's Feedback
Answer / rakesh
To append the data, Union Transformation is required. Both sources have same layout, they are input to Union Transformation and the desired output can be obtained.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / abhinaw prakash
You can implement the same using SCD 1.
Please let me know if you have any doubt.
| Is This Answer Correct ? | 0 Yes | 1 No |
what is the method of error handling when session is running?
where actually the usage of push down optimization happens...
What is the difference between Connected and UnConnected Lookup Transformation.Give me one or two examples please?
what is mean by throghput? in informatica
how remove 1st 3 records & last 3 records in informatics
What is the function of aggregator transformation?
What are steps to follow Informatica migration from 7x to 8x? Pls Explain...
To provide support for Mainframes source data,which files r used as a COBOL files
How to update source definition?
Hi All, i have question regarding Change Data Capture in Informatica. As i know we can do this using Incremental Aggregation(i never worked on Informatica but i read) and i think we can do the same with SQL Over write and with variables. Can someone tell me how do we do this using other two techniques.. using SQL Over write and variables. Thanks for the help and greatly appreciated.
Want to know about Training Centres for Informatica, Cognos and ETL Softwares in Mumbai, India.
My sql query is 1. select 1+x from dual? 2. select 1+'x' from Dual? 3. Select x+1 from dual? what is the out put of the above queries?