Sha256: 11b5a79bca69249589016d34309d4bfb6589a3c4cc12fb8457be1d7b9fb97ea7

Contents?: true

Size: 702 Bytes

Versions: 5

Compression:

Stored size: 702 Bytes

Contents

in:
  type: remote
  hosts:
    - localhost
  path: {{ env.PROJECT_ROOT }}/example/csv
  ignore_not_found_hosts: true
  auth:
    user: {{ env.USER }}
    type: password
    password: {{ env.PASSWORD }}
  decoders:
  - {type: gzip}
  parser:
    charset: UTF-8
    newline: CRLF
    type: csv
    delimiter: ','
    quote: '"'
    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: stdout}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
embulk-input-remote-0.2.0 example/example.yml.liquid
embulk-input-remote-0.1.10 example/example.yml.liquid
embulk-input-remote-0.1.9 example/example.yml.liquid
embulk-input-remote-0.1.6 example/example.yml.liquid
embulk-input-remote-0.1.5 example/example.yml.liquid