Option to
The to
option handles records until a requested number of records. Count is 1-based, for example, provides 1 (and not 0) to emit first record.
- Type:
number
- Coercion:
string
tonumber
- Optional
- Default:
1
- Validation: positive integer
- Since: 4.0.0
- Related:
info
,from
,to_line
— see Available Options
Inferred column names
When the column
option is active, the first record is treated as a header. It is not accounted as a record. Thus, the first record is used to retrieve the properties names and the count start after the next record.
This example read the first a,b
record to determine column names, return the first two records and skip the records afterward.