Explain incremental aggregation in informatica
No Answer is Posted For this Question
Be the First to Post Answer
How You Pull the records on daily basis into your ETL Server.
my source is like this id,name sal 10 abc 1000,10 pqr 2000, 10 xyz 3000 ,10 jkl 4000 and my requirement is like this 10 abc,pqr,xyz,jkl 2000 .... i have try for this by using expression transformatin its ok of the concatenation of second column but the thing is that on third column if u group by using agg t/r the last value will com i.e 4000 but i asked by a interviewer that i dont want the first or last column i want the middle column i.e 2000 .plz reply for the same
who to split dimentions into sub dimention
If i havee 3records in my source having same deptno like Deptid Deptno ------ ------ 101 10 201 10 301 10 and i am using router TR to loading these records into target.Then how many record'll be loaded into target???
What is source qualifier transformation?
Can you create a flatfile target
How do you Merge multiple Flat files for example 100 flat files with out using Union T/F
I want load the data into target with out 1st and last record.
How to improve the performance of a session using sorter transformation?
What are the rank caches?
update strategy transformation in informatica
How do you load first and last records into target table?