Sha256: c7de4feeda3af975892f1f15ed31c22dd8a43ace62d5058c06518f934178adc1
Contents?: true
Size: 481 Bytes
Versions: 5
Compression:
Stored size: 481 Bytes
Contents
in: type: file path_prefix: example/timezone.csv parser: type: csv columns: - {name: string1, type: string} - {name: string2, type: string} filters: - type: timestamp_format default_from_timestamp_format: ["%Y-%m-%d %H:%M:%S.%N %z", "%Y-%m-%d %H:%M:%S %z"] columns: - {name: string1, to_format: "%Y-%m-%d", to_timezone: "Asia/Tokyo"} - {name: string2, to_format: "%Y-%m-%d %H:%M:%S.%N %z", to_timezone: "Asia/Tokyo"} out: type: "null"
Version data entries
5 entries across 5 versions & 1 rubygems