Sha256: 3f9094d40aaa1457f94ffee45ba2f943202735c0a4f2a43fd8126a9a4f2bf932

Contents?: true

Size: 622 Bytes

Versions: 5

Compression:

Stored size: 622 Bytes

Contents

in:
  type: file
  path_prefix: example/example.csv
  parser:
    charset: UTF-8
    newline: CRLF
    type: csv
    delimiter: ','
    quote: '"'
    escape: '"'
    trim_if_not_quoted: false
    skip_header_lines: 1
    allow_extra_columns: false
    allow_optional_columns: false
    columns:
    - {name: id, type: long}
    - {name: account, type: long}
    - {name: time, type: timestamp, format: '%Y-%m-%d %H:%M:%S'}
    - {name: purchase, type: timestamp, format: '%Y%m%d'}
    - {name: comment, type: string}
out:
  type: file
  path_prefix: /tmp/single_value_
  file_ext: txt
  formatter:
    type: single_value

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
embulk-formatter-single_value-0.3.1 example/first_column.yml
embulk-formatter-single_value-0.3.0 example/first_column.yml
embulk-formatter-single_value-0.2.0 example/first_column.yml
embulk-formatter-single_value-0.1.2 example/first_column.yml
embulk-formatter-single_value-0.1.1 example/first_column.yml