Skip to main content

Read CSV

Controlled node

Overview

Inputs

InputTypeDescriptionDefault
FileFileA file containing information-
RunEventFires when the node starts running-
DoneEventFires when the node finishes running-
TextListText 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.

Chunking Options