Sha256: 614e30b9d5b9c27fffae1640ce3f2dddaf81a9ae590feabbbbd9d70e44f17354

Contents?: true

Size: 375 Bytes

Versions: 7

Compression:

Stored size: 375 Bytes

Contents

in:
  type: file
  path_prefix: example/json_double.jsonl
  parser:
    type: json
filters:
  - type: timestamp_format
    default_from_timestamp_unit: ms
    columns:
      - {name: $.record.double1, to_timezone: "Asia/Tokyo", to_format: "%Y-%m-%d %H:%M:%S.%N"}
      - {name: $.record.double2, type: long}
      - {name: $.record.double3, 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_double.yml
embulk-filter-timestamp_format-0.2.1 example/json_double.yml
embulk-filter-timestamp_format-0.2.0 example/json_double.yml
embulk-filter-timestamp_format-0.1.9 example/json_double.yml
embulk-filter-timestamp_format-0.1.8 example/json_double.yml
embulk-filter-timestamp_format-0.1.7 example/json_double.yml
embulk-filter-timestamp_format-0.1.6 example/json_double.yml