Sha256: c1af209db555c64fcca38f4df80c1c3b0afd0074c8b24de7964ef5988a29d87a

Contents?: true

Size: 532 Bytes

Versions: 14

Compression:

Stored size: 532 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
    drop_columns:
      - {name: time }
      - {name: id }
      - {name: $.json.foo }
out:
  type: stdout

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
embulk-filter-column-0.7.1 example/drop_columns.yml
embulk-filter-column-0.7.0 example/drop_columns.yml
embulk-filter-column-0.6.0 example/drop_columns.yml
embulk-filter-column-0.6.0.pre6 example/drop_columns.yml
embulk-filter-column-0.6.0.pre5 example/drop_columns.yml
embulk-filter-column-0.6.0.pre4 example/drop_columns.yml
embulk-filter-column-0.6.0.pre3 example/drop_columns.yml
embulk-filter-column-0.6.0.pre2 example/drop_columns.yml
embulk-filter-column-0.6.0.pre1 example/drop_columns.yml
embulk-filter-column-0.5.4 example/drop_columns.yml
embulk-filter-column-0.5.3 example/drop_columns.yml
embulk-filter-column-0.5.2 example/drop_columns.yml
embulk-filter-column-0.5.1 example/drop_columns.yml
embulk-filter-column-0.5.0 example/drop_columns.yml