Skip to content
Please update to the latest release 0.77.2 to address Multiple CVEs.

watch_csv

Plugin
Arg Description Type
filename CSV files to open list of OSPath (required)
accessor The accessor to use string
auto_headers If unset the first row is headers bool
separator Comma separator (default ‘,’) string
comment The single character that should be considered a comment string
columns The columns to use list 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.