count
Prints the current record count to stdout. The payload passes through unchanged.
Supported formats: json jsonl csv
Options
| Option | Type | Required | Description |
|---|---|---|---|
message | string | No | Text to print before the count |
Example
yaml
- count:
message: Records ready for exportNotes
- The payload is not modified —
countis a read-only inspection step. - Use
loginstead if you also want sample records printed alongside the count.