My source table having some records ,i want load 1st record
and last record into one target?
Answer Posted / kiran
take two rank transformations and take reusable sequence
generator connect the next value to both rank transformations
and in the rank transformations properties for the first one
take top and number of ranks as 1 for the second take bottom
and number of ranks 1 at the last take two instances of tgt
connect the ranktrans to two instances
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
i had a source containing business,sales,details column and i have to load it to a target but i have some bad records in it , but i have to load 70% of business records and 50% of sales and 95% of details records excluding bad records to achieve this what should be done and what all logic and tx should be used can anyone help? thanks in advance
what is the size of u r source(like file or table)?
In What Situations we can use MappingParameters ,Mapping Variables AND Session Parameters in REAL TIME.
Explain informatica architecture - version 8 / 9
explain abt ur project architecture?
How can we delete duplicate rows from flat files?
How does the aggregator transformation handle null values?
What is dimensional table? Explain the different dimensions.
-Which expression we can not use in Maplets?, -Can we join(relate) two dimensions in a schema? -Why and where we use 'sorted input' option?
How can we send the flat file data to different targets(which are also flat files) based on the name of flat file with out adding extra columns?
Hi, I want to change date type char value integer value? I tried alter table tab_name modify (newcolumn newdatetype). But The columns have 10 million values(char type) so I want to load now numeric data. How it is possible? Old Values New Value(I want to load numeric data but the old value should be there in the column) Y 1 N 0 ERROR at line 1: ORA-01439: column to be modified must be empty to change datatype Please help on this. Thanks, GM
Name at least 5 different types of transformations used in mapping design and state the use of each.?
I want my deployment group to refer an external configuration file, while i deploy in the production environment. How can i achieve it.
How to call shell scripts from informatica?
What are the differences between joiner transformation and source qualifier transformation?