Sha256: 99384bbb8ac9cc695682a2f4f483c3d6260ca93a170fa288cb2ad3f0510559b4

Contents?: true

Size: 756 Bytes

Versions: 1

Compression:

Stored size: 756 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 HH:mm:ss.S z", "yyyy-MM-dd HH:mm:ss z", "yyyy-MM-dd HH:mm:ss"] # SSS must be three digit ...
    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

1 entries across 1 versions & 1 rubygems

Version Path
embulk-filter-timestamp_format-0.1.6 example/string_java.yml