Sha256: b7adb877ac63fdcae08cd7e3c4654ac1193cb251c8c24fe93f79909a92e71fbd
Contents?: true
Size: 842 Bytes
Versions: 8
Compression:
Stored size: 842 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: time, type: timestamp, format: "%Y-%m-%d"} - {name: foo, type: string} - {name: bar, type: string} - {name: flag, type: boolean} - {name: id, type: long} - {name: name, type: string} - {name: json, type: json} - {name: score, type: double} filters: - type: row condition: OR conditions: - {column: name, operator: ==, argument: "Vqjht6YEUBsMPXmoW1iOGFROZF27pBzz0TUkOKeDXEY"} - {column: score, operator: ==, argument: 43} - {column: id, operator: ==, argument: 9} - {column: flag, operator: ==, argument: false} out: type: stdout
Version data entries
8 entries across 8 versions & 1 rubygems