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 |
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.