Hello,
I have the below table:
CityID CityName CostOfLiving
1 Mumbai 5000
1 Bangalore 4500
1 Chennai 4800
2 Vapi 6000
3 New Delhi 8000
I am passing the rows of the above table through the
aggregator transformation in Informatica
What happens in the following conditions:
1) I specify no group-by ports?
2) I specify a group-by on CityID without making any
separate post for aggregation? Which city and costofliving
will this eventually take for CityID=1?
3) Rest being same as point 2,I take the sum of cost of
living.Which city will be returned for ID=1?
Thanks for your help!
What is a test load?
write a query following table bookid language 1234 english 1234 french 1234 spanish 1235 english i want the output are bookid lang1 lang2 lang3 1234 english french spanish 1235 english null null
5. Consider the following products data which contain duplicate rows. A B C C B D B Q1. Design a mapping to load all unique products in one table and the duplicate rows in another table. The first table should contain the following output A D The second target should contain the following output B B B C C
Can you copy the batches?
How we can confirm all mappings in the repository simultaneously?
wt is the difference between truncate and delete in which situation u use delete and truncate in real time..
how we can load rejected record's at run time?(not through bad files)
what type of transformation is not supported by mapplets?
What are steps to follow Informatica migration from 7x to 8x? Pls Explain...
can we generate reports in informatica ? How?
How u use pdf file in informatica source?
can any one give some examples for pre sql and post sql(Except dropping and creating index).