data_dat
Read text or table DAT content from TouchDesigner using a DAT operator path, with optional row range to control the returned data.
Instructions
Read text or table DAT content.
path (<class 'str'>): DAT operator path.
row_start (int | None): First table row (default 0).
row_end (int | None): Last table row, exclusive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| row_end | No | ||
| row_start | No |