Sha256: 58739c7cd21898915da87e9bed589fcfbc644a52fd074a7d9ccf0b988e6f8abb

Contents?: true

Size: 788 Bytes

Versions: 28

Compression:

Stored size: 788 Bytes

Contents

in:
  type: file
  path_prefix: example/example.csv
  parser:
    type: csv
    charset: UTF-8
    newline: CRLF
    null_string: 'NULL'
    skip_header_lines: 1
    comment_line_marker: '#'
    columns:
      - {name: time,  type: timestamp, format: "%Y-%m-%d"}
      - {name: id, type: long}
      - {name: name, type: string}
      - {name: score, type: double}
      - {name: json, type: json}
filters:
  - type: column
    columns:
      - {name: time, default: "2015-07-13", format: "%Y-%m-%d"}
      - {name: name, default: "foo"}
      - {name: foo,  default: 1, type: long}
      - {name: id}
      - {name: copy_score, src: score}
      - {name: json, default: "{\"foo\":\"FOO\"}"}
      - {name: $.json.foo}
      - {name: $.json.copy_foo, src: $.json.foo}
out:
  type: stdout

Version data entries

28 entries across 14 versions & 1 rubygems

Version Path
embulk-filter-column-0.7.1 example/columns.yml
embulk-filter-column-0.7.1 example/example.yml
embulk-filter-column-0.7.0 example/example.yml
embulk-filter-column-0.7.0 example/columns.yml
embulk-filter-column-0.6.0 example/example.yml
embulk-filter-column-0.6.0 example/columns.yml
embulk-filter-column-0.6.0.pre6 example/columns.yml
embulk-filter-column-0.6.0.pre6 example/example.yml
embulk-filter-column-0.6.0.pre5 example/columns.yml
embulk-filter-column-0.6.0.pre5 example/example.yml
embulk-filter-column-0.6.0.pre4 example/example.yml
embulk-filter-column-0.6.0.pre4 example/columns.yml
embulk-filter-column-0.6.0.pre3 example/example.yml
embulk-filter-column-0.6.0.pre3 example/columns.yml
embulk-filter-column-0.6.0.pre2 example/columns.yml
embulk-filter-column-0.6.0.pre2 example/example.yml
embulk-filter-column-0.6.0.pre1 example/example.yml
embulk-filter-column-0.6.0.pre1 example/columns.yml
embulk-filter-column-0.5.4 example/example.yml
embulk-filter-column-0.5.4 example/columns.yml