Sha256: 8db52c275322ccf8c366b370569f92d5758449ce851a06cb425eef3196440d69

Contents?: true

Size: 809 Bytes

Versions: 2

Compression:

Stored size: 809 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: foo,   type: string}
      - {name: bar,   type: string}
      - {name: flag,  type: boolean}
      - {name: id,    type: long}
      - {name: name,  type: string}
      - {name: score, type: double}
filters:
  - type: row
    condition: OR
    conditions:
      - {column: name,  operator: ==, argument: "Vqjht6YEUBsMPXmoW1iOGFROZF27pBzz0TUkOKeDXEY"}
      - {column: score, operator: ==, argument: 43}
      - {column: id,    operator: ==, argument: 97}
      - {column: flag,  operator: ==, argument: false}
out:
  type: stdout

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
embulk-filter-row-0.2.1 example/or.yml
embulk-filter-row-0.2.0 example/or.yml