Sha256: c8f98ab31612e8167f079f1fc8f12681b5faa2f1094d8ef85b4bcf3364515cb7

Contents?: true

Size: 539 Bytes

Versions: 6

Compression:

Stored size: 539 Bytes

Contents

in:
  type: file
  path_prefix: ./samples.tar.gz
  decoders:
    - type: commons-compress
      format: tar.gz
  parser:
    charset: UTF-8
    newline: CRLF
    type: csv
    delimiter: ','
    quote: '"'
    trim_if_not_quoted: false
    skip_header_lines: 0
    allow_extra_columns: false
    allow_optional_columns: false
    columns:
    - {name: id, type: long}
    - {name: comment, type: string}
out:
  type: file
  path_prefix: ./result_tar.gz_
  file_ext: csv
  formatter:
    type: csv
    quote_policy: MINIMAL
    newline: LF

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
embulk-decoder-commons-compress-0.5.0 src/integration-test/resources/config_tar.gz.yml
embulk-decoder-commons-compress-0.4.2 src/integration-test/resources/config_tar.gz.yml
embulk-decoder-commons-compress-0.4.1 src/integration-test/resources/config_tar.gz.yml
embulk-decoder-commons-compress-0.4.0 src/integration-test/resources/config_tar.gz.yml
embulk-decoder-commons-compress-0.3.3 src/integration-test/resources/config_tar.gz.yml
embulk-decoder-commons-compress-0.3.2 src/integration-test/resources/config_tar.gz.yml