CSV connector - CSharplie/ploosh GitHub Wiki
This connector is used to read CSV files from local file system.
No connection is required by this connector
Name | Mandatory | Default | Description |
---|---|---|---|
path | yes | Path to the CSV | |
delimiter | no | , | Column delimiter |
Example CSV:
source:
connection: mysql_example
type: mysql
query: |
select *
from employees
where hire_date < "2000-01-01"
expected:
type: csv
path: data/employees_before_2000.csv