CSV connector - CSharplie/ploosh GitHub Wiki

This connector is used to read CSV files from local file system.

Connection configuration

No connection is required by this connector

Test case configuration

Test case configuration

Name Mandatory Default Description
path yes Path to the CSV
delimiter no , Column delimiter

Example

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
⚠️ **GitHub.com Fallback** ⚠️