Sha256: af584a2e55bd070539c4dd4b9ec4bb64bb77a0da4de9debcbe46d21f7e7ae0d8

Contents?: true

Size: 767 Bytes

Versions: 3

Compression:

Stored size: 767 Bytes

Contents

in:
  type: file
  path_prefix: example/string.csv
  parser:
    type: csv
    columns:
      - {name: string1, type: string}
      - {name: string2, type: string}
      - {name: string3, type: string}
      - {name: string4, type: string}
filters:
  - type: timestamp_format
    default_from_timezone: "Asia/Taipei"
    default_from_timestamp_format: ["yyyy-MM-dd", "yyyy-MM-dd z", "yyyy-MM-dd HH:mm:ss.nnnnnnnnn z", "yyyy-MM-dd HH:mm:ss z", "yyyy-MM-dd HH:mm:ss"]
    default_to_timezone: "Asia/Taipei"
    default_to_timestamp_format: "yyyy-MM-dd HH:mm:ss.nnnnnn Z"
    columns:
      - {name: string1}
      - {name: string2, type: timestamp}
      - {name: string3, type: long, to_unit: ms}
      - {name: string4, type: double, to_unit: ms}
out:
  type: "null"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
embulk-filter-timestamp_format-0.2.3 example/string_nano.yml
embulk-filter-timestamp_format-0.2.1 example/string_nano.yml
embulk-filter-timestamp_format-0.2.0 example/string_nano.yml