Clarify the aggregator change?
No Answer is Posted For this Question
Be the First to Post Answer
how will you remove the duplicate records from flat file without using sorter?
Is scd logic we have lookup right to compare the values with source and target,instead of lookup can u have any transformation or any way to do this?
What does “tail –f” command do and what is its use as an Informatica admin.
In informatica workflow manager, how many repositories can be created?
there is a product table prodid prodname price 100 cinthol 10 101 hamam 10 102 neem 20 103 cake 30 in the above table the price of some products are duplicated and some product prices are distinct we want to push the duplicated prices to one target and non-duplicated prices to other target without using expression and sequence generator transformation
Can we create out put ports in source qualifier t/r?
What is the maplet?
Can you copy the batches?
How to identify this row for insert and this row for update in dynamic lookup cache
wt is inline view? when and why we Use ?mail to rayallarv@gmail.com
What is the fact table?
write a query to follwoing table amount year quarter 254556 2003 first 546332 2003 second 129034 2003 third 490223 2003 fourth 165768 2004 first 265443 2004 second 510412 2004 third 435690 2004 fourth i want the output year q1_amount q2_amount q3_amount q4_amount 2003 254556 546332 129034 490223 2004 165768 265443 510412 435690