csv_tail
Monitor a CSV file for new records appended since a cursor position, useful for tracking actively-written files.
Instructions
Read new records appended to a CSV file since a cursor position. Use for monitoring actively-written files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Absolute path to the CSV file | |
| cursor | No | Byte position to start from (default: 0 = beginning) | |
| timeout | No | Wait time for new content in ms (default: 0 = no wait) | |
| maxRecords | No | Maximum records to return (default: 100) |