
How to take a record based on MAX value of a column
Hi All, As seen in above picture, I am supposed to take the date for an Order where Version column is highest. For example in above scenario I should be taking the Date in second row …
How to Load First and Last records from Flatfile source...
I found using the last function along with aggregator and joiner helps to identify the last record. I created two source definition reading from the same file. The first source reads all the records …
Aggregator - GroupBy - Informatica
Aggregator - GroupBy In an aggregator, if you do NOT have 'Sorted Input' selected and input to the aggregator is not sorted, will the output from the aggregator be ordered (sorted) by the …
Use Aggregator or Sorter for distinct rows? - Informatica
Expand Post Digv.Bhos 11 years ago Hi Prasanna, I think in this scenario we should use sorted to get distinct records.Because to get distinct data from aggregator we need to select all ports as …
How to load last three rows using Informatica
Hi Team, Can anyone help me how to load last three rows using Informatica? I have tried using in the below fashion Source->SQ->Expression->Aggregator->Filter->Target Expression:V_Rowid …
How to remove duplicates in Flat files. - Informatica
> We can use ' Distinct ' property in Sorter Transformation to eliminate records from flat file or relational sources, but we can't use source qualifier SQL override for flat files. > But If you …
i want to load employee details who are getting max and min sal …
Group by deptno and get min and max sal in the respective aggregator. Connect the output of both the aggregators to the union transformation. Connect a sorter transformation right after …
working of Sorter before Aggregator?
Hi , Sorted input reduces the amount of data cached during the session and improves session performance.so working of sorter before aggregator is a best practice.
how to count distinct - Informatica
Hi Gurus, I want to count distinct values for one column group by PK. can any body show me how to achive this in INFA. I can use select count (disitnct) in query, but just wondering if there is …
Aggregator Transformation - String column concatenation
aggregator create one out put port and use max (Address) with out using this also you will get desired out put Why is this ? in a table col1 col2 col3 select col1 from table group by col2,col3 …