src/main/resources/config.yml in embulk-decoder-unzip-0.1.0 vs src/main/resources/config.yml in embulk-decoder-unzip-0.1.1
- old
+ new
@@ -1,20 +1,17 @@
in:
type: file
- path_prefix: /tmp/sample.csv
+ path_prefix: /tmp/test
decoders:
- type: unzip
- option1: 1
parser:
charset: UTF-8
newline: CRLF
type: csv
delimiter: ','
quote: '"'
escape: ''
null_string: 'NULL'
- header_line: true
+ header_line: false
columns:
- - {name: col1, type: long}
- - {name: col2, type: long}
- - {name: col3, type: string}
+ - {name: col1, type: string}
out: {type: stdout}