Sha256: bf782f4145b726fac6903f2e91a68f6c02866c48a499cf17a6ae6db380587692
Contents?: true
Size: 595 Bytes
Versions: 3
Compression:
Stored size: 595 Bytes
Contents
in: type: file path_prefix: example/regexp_multibyte.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 where: name REGEXP '.*チ' out: type: stdout
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
embulk-filter-row-0.5.1 | example/regexp_multibyte.yml |
embulk-filter-row-0.5.0 | example/regexp_multibyte.yml |
embulk-filter-row-0.4.0 | example/regexp_multibyte.yml |