You use the Input Settings and Output Settings windows to filter the rows and to set the debug option.
Input Settings
- Number of level 1 records to hold in memory: Numeric value that specifies the number of rows held in memory for Level 1 set. Default is 1000.
- Start Record: Numeric value that specifies the row in the input entity at which to begin processing. Default is 1.
- Maximum Records: Numeric value that specifies the maximum number of rows to process.
- Sample every nth row: Numeric value that indicates an incremental sample of rows from an entity for processing.
- Row Filter: An expression that defines conditions for filtering input rows.
Output Settings
- Row Filter. An expression that defines conditions for filtering output rows.
- Debug option. When on, debug information is written to a log file. The default is off.
- Sample Count. This controls the reporting increment of the number of rows processed count. These counts are written to the process log starting at the specified value. This output allows you to track progress and helps troubleshoot any problems. By default, this field is blank. If no value is entered, no records are written to the log file.
- See example:
-
If you specify the number 50, the entry in the log file would look similar to the following:
Thu July 14 11:27:35 2011 - <50> records processed
Thu July 14 11:27:35 2011 - <100> records processed
Thu July 14 11:27:35 2011 - <150> records processed