Skip to content

Instantly share code, notes, and snippets.

@arc279
Created June 7, 2019 08:41
Show Gist options
  • Save arc279/da7b101ec3bb31e641ce50d4e3132a89 to your computer and use it in GitHub Desktop.
Save arc279/da7b101ec3bb31e641ce50d4e3132a89 to your computer and use it in GitHub Desktop.
embulk 0.9.17
[{"name":"c0","type":"string"},{"name":"c1","type":"string"},{"name":"c2","type":"string"}]
in:
type: file
path_prefix: data.csv
parser:
charset: UTF-8
newline: LF
type: csv
delimiter: ','
quote: '"'
escape: '"'
trim_if_not_quoted: false
skip_header_lines: 0
allow_extra_columns: false
allow_optional_columns: false
columns: {% include 'columns' %}
out: {type: stdout}
a b c
d e f
g h i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment