
Aggregator - adding condition in aggregator expression
This can be achieved in the following three steps :- 1) Expression transformation :- use a iff condition to define the columns with the particular string and where err_cd=0 2) Aggregator :-Then use the …
How to Load First and Last records from Flatfile source...
Prad.Kann 10 years ago 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 …
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 since Version 2 is …
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 select the Disctinct …
How to convert rows into columns - Informatica
LikeLikedUnlike Reply Sasi.Rame_33 13 years ago Hi Joe and Hi Anitha, The normalizer is used to convert the columns into rows .. If you want to convert the rows into columns ,we will use aggregator …
How to transfer all unique rows to 1 target and all ... - Informatica
D, 1 Now pass the output of expression transformation, aggregator transformation to joiner transformation and join on the products port. In the joiner transformation check the property sorted …
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 any easy …
aggregator transformation placed after update strategy transformation
Hi, It is said that if aggregator transformation is placed after the update strategy transformation, then if we flag a row for delete and then later use the row to calculate the sum, the integration service …
Aggregator Tranformation without groupby port
Hi Team, If we use aggregator tranformation without checking any port as group by, what will happen? Source: ENo,Ename 414,Giri 4059,Jana 144,Mohan Source->Source Qualifier->Aggregator (no port …
Selecting First Row from Source using Agreattor Transformation
How to select the first row from the source using Agregator Transformation ? I tried using First (sal) in expression with keeping the Group By Port empty. It displays only the First sal value from the table …