Sha256: 192a6faab60ad0cd049ddfaa8fa7a144a1eaeaf9c228a7c63a1206da6b350ab0

Contents?: true

Size: 489 Bytes

Versions: 5

Compression:

Stored size: 489 Bytes

Contents

in:
  type: file
  path_prefix: example/nested.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

5 entries across 5 versions & 1 rubygems

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