Class CountStep

  • All Implemented Interfaces:
    ExecutionStep, ExecutionStepInternal

    public class CountStep
    extends AbstractExecutionStep
    Counts the records from the previous steps. Returns a record with a single property, called "count" containing the count of records received from pervious steps
    Author:
    Luigi Dell'Aquila (luigi.dellaquila-(at)-gmail.com)