About 190,000 results
Open links in new tab
  1. 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 …

  2. How to take a record based on MAX value of a column

    Neelakanth_Patil a year ago Hi @Retroflame Aggregator will return the max value of date field, Just make sure you add correct group by columns.

  3. 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 …

  4. 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 …

  5. 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 …

  6. 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.

  7. 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 …

  8. Aggregator - sorted input

    Informatica itself and user base always recommend to use Sorter and then use Aggregator transformation with sorted input to achieve good performance. I would like to know why, …

  9. 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 …

  10. Distinct Function in Informatica Expression Transformation

    Enable distnict option in the sorter which will give the distinct output to aggregator,then use count function on ID column ,then you will get the unique record count