Sha256: 1389230ff8397973a3fa860750218c81baf6ada41e1dd45fb590eb38e4f767b3
Contents?: true
Size: 705 Bytes
Versions: 6
Compression:
Stored size: 705 Bytes
Contents
in: type: file path_prefix: example/example.csv parser: type: csv charset: UTF-8 newline: CRLF null_string: 'NULL' skip_header_lines: 1 comment_line_marker: '#' columns: - {name: timestamp, type: timestamp, format: "%Y-%m-%d %H:%M:%S.%N", timezone: "+09:00"} - {name: "null", type: string} - {name: long, type: long} - {name: string, type: string} - {name: double, type: double} - {name: json1, type: json} - {name: json2, type: json} - {name: ignore, type: timestamp, format: "%Y-%m-%d", timezone: "+09:00"} - {name: boolean, type: boolean} filters: - type: typecast out: type: "null"
Version data entries
6 entries across 6 versions & 1 rubygems