Sha256: 2ea6b2e59b8830cc296e6d065ab9b585e2df8fc5d4e5823348cbd8cefa71a64d
Contents?: true
Size: 745 Bytes
Versions: 5
Compression:
Stored size: 745 Bytes
Contents
in: type: file path_prefix: example/string.csv parser: type: csv columns: - {name: string1, type: string} - {name: string2, type: string} - {name: string3, type: string} - {name: string4, type: string} filters: - type: timestamp_format default_from_timezone: "Asia/Taipei" default_from_timestamp_format: ["%Y-%m-%d %H:%M:%S.%N %z", "%Y-%m-%d %H:%M:%S %z", "%Y-%m-%d %H:%M:%S", "%Y-%m-%d %z", "%Y-%m-%d"] default_to_timezone: "Asia/Taipei" default_to_timestamp_format: "%Y-%m-%d %H:%M:%S.%N" columns: - {name: string1} - {name: string2, type: timestamp} - {name: string3, type: long, to_unit: ms} - {name: string4, type: double, to_unit: ms} out: type: "null"
Version data entries
5 entries across 5 versions & 1 rubygems