Sha256: b448efcb1aa1a6bfe908f4a2ba6d037a0b9684e5deee12e4c4a5c6ea662da6e3

Contents?: true

Size: 490 Bytes

Versions: 6

Compression:

Stored size: 490 Bytes

Contents

in:
  type: file
  path_prefix: example/example.jsonl
  parser:
    type: json
filters:
  - type: timestamp_format
    default_to_timezone: "Asia/Tokyo"
    default_to_timestamp_format: "%Y-%m-%d %H:%M:%S.%N"
    columns:
      - {name: "$.record.timestamp", type: long, from_format: ["%Y-%m-%d %H:%M:%S.%N %z", "%Y-%m-%d %H:%M:%S %z"], to_unit: ms}
      - {name: "$.record.nested.nested[0].timestamp", from_format: ["%Y-%m-%d %H:%M:%S.%N %z", "%Y-%m-%d %H:%M:%S %z"]}
out:
  type: "null"

Version data entries

6 entries across 6 versions & 1 rubygems

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