csv_get_cursor
Gets the current end-of-file cursor position for a CSV file, enabling tail operations to read from the end.
Instructions
Get the current cursor position (end of file) for use with csv_tail.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Absolute path to the CSV file |