Sha256: 13cd95158dfa529fc7eb6b2b075252ca7b70b3a05986dc5ba1cba26c2dc791d7
Contents?: true
Size: 522 Bytes
Versions: 4
Compression:
Stored size: 522 Bytes
Contents
in: type: file path_prefix: example/example.jsonl parser: type: jsonl columns: - {name: timestamp, type: string} - {name: record, type: json} filters: - type: timestamp_format default_to_timezone: "Asia/Tokyo" default_to_format: "%Y-%m-%d %H:%M:%S.%N" columns: - {name: timestamp, from_format: ["%Y-%m-%d %H:%M:%S.%N %z", "%Y-%m-%d %H:%M:%S %z"]} - {name: "$.record.record[0].timestamp", from_format: ["%Y-%m-%d %H:%M:%S.%N %z", "%Y-%m-%d %H:%M:%S %z"]} out: type: stdout
Version data entries
4 entries across 4 versions & 1 rubygems