CSV To Text
Method #
This node reads a text string value from a table. Typically this is used to read values from a table and pass them into a Text node for rendering or to be processed by other text string nodes.
You can add tables in the Resource Panel via Interactive > CSV/Text File
Parameters
These properties control the core behaviours of the node.
Parameter Details
CSV File The table resource.
Mode
- Column : A row of separated values.
- Column + Row : The more traditional table layout
Row In a 2d table, this is the column to be picked from. in a 1d list this is the index to pick.
Column In a 2d table, this is the row to be picked from.
Inputs
These properties control the core behaviours of the node.
Parameter | Details |
---|---|
CSV File | The table resource. |
Mode |
|
Row | In a 2d table, this is the column to be picked from. in a 1d list this is the index to pick. |
Column | In a 2d table, this is the row to be picked from. |
Name | Description | Typical Input |
---|---|---|
Read Index | In a 2D table, this is the column to be picked from. In a 1D list this is the index to pick. | A numeric input, e.g. Envelope Modifier |
Row Index | In a 2D table, this is the row to be picked from. | A numeric input, e.g. Envelope Modifier |