Sha256: 1389230ff8397973a3fa860750218c81baf6ada41e1dd45fb590eb38e4f767b3

Contents?: true

Size: 705 Bytes

Versions: 6

Compression:

Stored size: 705 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: timestamp, type: timestamp, format: "%Y-%m-%d %H:%M:%S.%N", timezone: "+09:00"}
      - {name: "null",    type: string}
      - {name: long,      type: long}
      - {name: string,    type: string}
      - {name: double,    type: double}
      - {name: json1,     type: json}
      - {name: json2,     type: json}
      - {name: ignore,    type: timestamp, format: "%Y-%m-%d", timezone: "+09:00"}
      - {name: boolean,   type: boolean}
filters:
  - type: typecast
out:
  type: "null"

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
embulk-filter-typecast-0.2.2 example/empty.yml
embulk-filter-typecast-0.2.1 example/empty.yml
embulk-filter-typecast-0.2.0 example/empty.yml
embulk-filter-typecast-0.1.5 example/empty.yml
embulk-filter-typecast-0.1.4 example/empty.yml
embulk-filter-typecast-0.1.3 example/empty.yml