How to delete first 3 rows & last 3 rows in target table in
informatica
Answer Posted / santosh kumar sarangi
create a sequence t/r and link the next value with sq t/r to
expression t/r and. Create two link.
First Link:
Connect ex t/r to update strategy t/r and keep condition as
IIF(NEXTVAL<4,DD_DELETE,DD_REJECT) and connect to target
except the nextval column.
Second Link:
Connect to sorter t/r and sort with descending order of
nextval and rename as in_nextval. create new sequence
generator and link to the same ex t/r. Link the ports to
again one more update strategy t/r and keep the same condition
as IIF(NEXTVAL<4,DD_DELETE,DD_REJECT) and link to the one
more instance of target table.
Let me know if any things wrong.
Thanks & regards,
Santosh Kumar Sarangi
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Global and Local shortcuts. Advantages.
What is the format of informatica objects in a repository? What are the databases that informatica can connect to windows?
How to elaborate powercenter integration service?
How do you load first and last records into target table? How many ways are there to do it? Explain through mapping flows.
What is complex mapping?
What are the differences between source qualifier and joiner transformation?
Describe data concatenation?
How do you load more than 1 max sal in each department through informatica or write sql query in oracle?
server hot-ws270 is connect to Repository B. What does it mean?
Explain dynamic target flat file name generation in informatica
I have two different source structure tables, but I want to load into single target table? How do I go about it? Explain in detail through mapping flow.
What are ETL Tools?
How many dimensions are there in informatica?
Suppose on 1st Nov 2010 you had created a mapping which includes huge aggregator calculations and it is under process for next two days. You will notice that even on 3rd day also its still calculating. So without changing a logic or changing a mapping How will you troubleshot or to run that mapping? Explain the steps
What is informatica worklet?