watch_csv

Plugin

ArgDescriptionType
filenameCSV files to openlist of OSPath (required)
accessorThe accessor to usestring
auto_headersIf unset the first row is headersbool
separatorComma separator (default ‘,’)string
commentThe single character that should be considered a commentstring
columnsThe columns to uselist of string

Required Permissions: FILESYSTEM_READ

Description

Watch a CSV file and stream events from it. Note: This is an event plugin which does not complete.

This plugin is the event version of parse_csv(). When the CSV file grows this plugin will emit the new rows.