This filter counts all rows in the results of an operation component or in filter output.
Rows consisting only of a linefeed character are also counted. There are no items to set for this filter.
Example
Input: | aaa[linefeed] |
Output: | 2 |
Input: | aaa[linefeed] |
Output: | 2 |
Input: | [linefeed] |
Output: | 1 |
Input: | |
Output: | 0 |