data_dat_write
Write text, append a row, or clear a TouchDesigner DAT at a specified operator path.
Instructions
Write text / append a row / clear a DAT.
path (<class 'str'>): DAT operator path.
text (str | None): Replace full text content.
appendRow (list[typing.Any]): Append a row to a table DAT.
clear (bool | None): Clear before writing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| text | No | ||
| clear | No | ||
| appendRow | No |