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