Sha256: a5e9b6420fb16b1d1c9d1018eaa16d829bc4b4a9c54dd6920411913a215b1941

Contents?: true

Size: 698 Bytes

Versions: 7

Compression:

Stored size: 698 Bytes

Contents

in:
  type: file
  path_prefix: example/timestamp.csv
  parser:
    type: csv
    default_timestamp_format: "%Y-%m-%d %H:%M:%S.%N %z"
    columns:
      - {name: timestamp1, type: timestamp}
      - {name: timestamp2, type: timestamp}
      - {name: timestamp3, type: timestamp}
      - {name: timestamp4, type: timestamp}
filters:
  - type: timestamp_format
    default_to_timezone: "Asia/Tokyo"
    default_to_timestamp_format: "%Y-%m-%d %H:%M:%S.%N"
    columns:
      - {name: timestamp1, to_format: "%Y-%m-%d %H:%M:%S.%N"}
      - {name: timestamp2, type: timestamp}
      - {name: timestamp3, type: long, to_unit: ms}
      - {name: timestamp4, type: double, to_unit: ms}
out:
  type: "null"

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
embulk-filter-timestamp_format-0.2.3 example/timestamp.yml
embulk-filter-timestamp_format-0.2.1 example/timestamp.yml
embulk-filter-timestamp_format-0.2.0 example/timestamp.yml
embulk-filter-timestamp_format-0.1.9 example/timestamp.yml
embulk-filter-timestamp_format-0.1.8 example/timestamp.yml
embulk-filter-timestamp_format-0.1.7 example/timestamp.yml
embulk-filter-timestamp_format-0.1.6 example/timestamp.yml