in: type: file path_prefix: '/home/vagrant/sample/csv/sample_01.csv' parser: charset: UTF-8 newline: LF type: csv delimiter: ',' quote: '"' escape: '"' null_string: "NULL" trim_if_not_quoted: false skip_header_lines: 1 allow_extra_columns: false allow_optional_columns: false default_timezone: 'Asia/Tokyo' columns: - {name: id, type: string} - {name: account, type: string} - {name: time, type: stri