Sha256: f00c5f4b1aebdcbe1f51b08b4f8306e9d041ee1eb6f927ce5bbe3c91977d4c52

Contents?: true

Size: 764 Bytes

Versions: 5

Compression:

Stored size: 764 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.SSSSSSSSS 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.SSS 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

5 entries across 5 versions & 1 rubygems

Version Path
embulk-filter-timestamp_format-0.2.3 example/string_java.yml
embulk-filter-timestamp_format-0.2.1 example/string_java.yml
embulk-filter-timestamp_format-0.2.0 example/string_java.yml
embulk-filter-timestamp_format-0.1.9 example/string_java.yml
embulk-filter-timestamp_format-0.1.8 example/string_java.yml