comonly how meny mappings r there in Banking projects?
Answer / sukanta
Can't tell.I already done a data masking project for a bank
where the production data are masked through data masking
transformation.
And the total no tables was around 1000 and we do 1000
mapping only.
Regards
Sukanta
Is This Answer Correct ? | 0 Yes | 8 No |
can we have to do changes in session property when we are dynamically generating target files?
how can we perform incremental aggregation?explain with example?
Q. We are the loading the table on daily basis it is incremental loading. and A person rahul slary was 10000, so if i check before run my salalr is 10000. but toay there is update that my sal is 15k but that will come to know after the load. braod crtiteria is we donot want to show downstream teams partial updated data. need aproad as etl developer
Explain the shared cache and re-cache?
Can we schedule a workflow(not a session) to run after completition of another workflow? Can we make a workflow depend on completition of another one?
i want excute multiple sessions in one workflow using the "start task".what do i need to do?
How can i maintain unique surrogate key if 2 seperate workflows from different repository run and insert/update the main table at the same time.
What are the basic requirements to join two sources in a source qualifier transformation using default join?
source name sal aaaa 2000 bbbb 3000 abcd 5000 Target name sal aaaa 2000 bbbb 3000 abcd 5000 total 10000 how to get total as new row and sum as 10000 thanks
What is the expected value if the column in an aggregator transform is neither a group by nor an aggregate expression?
Design a mapping to get the pervious row salary for the current row. If there is no pervious row exists for the current row, then the pervious row salary should be displayed as null.
Why we use partitioning the session in informatica?