Question

How to calculate number of rows in flat files in informatica.
As we are doing in Teradata as SEL COUNT (*) FROM ABC.ACCT.

Was it helpful?

Solution

You can use the count function in an Aggregator transformation. Do not select any group by ports.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top