Sha256: 60f9d8a3011b74fd7dadf5f07bf4ed82c78d8dc6f7fc106a420a72ad3bf72f6c

Contents?: true

Size: 703 Bytes

Versions: 5

Compression:

Stored size: 703 Bytes

Contents

in:
  type: file
  path_prefix: example/from_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: long, to_unit: ms}
      - {name: timestamp3, type: double, to_unit: ms}
      - {name: timestamp4, type: timestamp}
out:
  type: "null"

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
embulk-filter-timestamp_format-0.3.3 example/from_timestamp.yml
embulk-filter-timestamp_format-0.3.2 example/from_timestamp.yml
embulk-filter-timestamp_format-0.3.1 example/from_timestamp.yml
embulk-filter-timestamp_format-0.3.0 example/from_timestamp.yml
embulk-filter-timestamp_format-0.2.4 example/from_timestamp.yml