Sha256: 9ac7bdc103b00b118731eb402e38ce01b4b9a9e4c5053e290c089da7f57040aa

Contents?: true

Size: 759 Bytes

Versions: 1

Compression:

Stored size: 759 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: "%Y-%m-%d %H:%M:%S.%N"
    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.8 example/string_nano.yml