Sha256: 10dfda4122f1069e7f1674488040b42f9dccaa4e8f83354ac6d91faf97882de5

Contents?: true

Size: 452 Bytes

Versions: 7

Compression:

Stored size: 452 Bytes

Contents

in:
  type: file
  path_prefix: example/json_string.jsonl
  parser:
    type: json
filters:
  - type: timestamp_format
    default_from_timestamp_format: ["%Y-%m-%d %H:%M:%S %z", "%Y-%m-%d %H:%M:%S.%N %z"]
    columns:
      - {name: $.record.string1, to_timezone: "Asia/Tokyo", to_format: "%Y-%m-%d %H:%M:%S.%N"}
      - {name: $.record.string2, type: long, to_unit: ms}
      - {name: $.record.string3, 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/json_string.yml
embulk-filter-timestamp_format-0.2.1 example/json_string.yml
embulk-filter-timestamp_format-0.2.0 example/json_string.yml
embulk-filter-timestamp_format-0.1.9 example/json_string.yml
embulk-filter-timestamp_format-0.1.8 example/json_string.yml
embulk-filter-timestamp_format-0.1.7 example/json_string.yml
embulk-filter-timestamp_format-0.1.6 example/json_string.yml