in: type: file path_prefix: '/sqlserver/data/test2/test2.csv' parser: charset: UTF-8 newline: CRLF type: csv delimiter: ',' quote: '' columns: - {name: ITEM1, type: string} - {name: ITEM2, type: string} - {name: ITEM3, type: string} - {name: ITEM4, type: string} - {name: ITEM5, type: string} - {name: ITEM6, type: string} out: type: sqlserver host: localhost database: TESTDB user: TEST_USER password: test_pw table: TEST2 mode: insert_direct insert_method: native