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

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top