Sha256: 47e0a154208155f83bab6fb09e3a8762a2dc93d99d38540ca2b85f76cdd77d42

Contents?: true

Size: 367 Bytes

Versions: 7

Compression:

Stored size: 367 Bytes

Contents

in:
  type: file
  path_prefix: example/json_long.jsonl
  parser:
    type: json
filters:
  - type: timestamp_format
    default_from_timestamp_unit: ms
    columns:
      - {name: $.record.long1, to_timezone: "Asia/Tokyo", to_format: "%Y-%m-%d %H:%M:%S.%N"}
      - {name: $.record.long2, type: long}
      - {name: $.record.long3, type: double}
out:
  type: "null"

Version data entries

7 entries across 7 versions & 1 rubygems

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