Read CSV
Controlled node
Overview
Inputs
Input | Type | Description | Default |
---|---|---|---|
File | File | A file containing information | - |
Run | Event | Fires when the node starts running | - |
Done | Event | Fires when the node finishes running | - |
Text | List | Text content of the file | - |
Panel Controls
The show node panel allows you to choose the file to read from your library. Read document limits the selection to only one document.
Larger documents may require reading in "chunks". Toggle the chunk option in the side panel to chunk by "default", "count", "separator", "structure" or "divide". This will return the file text content in a list of chunks separated by option.