fs_read_text_range
Extract a portion of a text file by specifying lines to skip and maximum lines to read, with optional encoding and line separator settings.
Instructions
Read sliced text segment, -1 unlimited.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| charset | No | utf-8 | |
| file_path | Yes | ||
| lines_to_skip | Yes | ||
| line_separator | No | ||
| max_lines_to_read | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||