Sha256: 04d8ce990016cfd2b4c26eeb2367e2366168086c6c14a270c3df11e34a894908

Contents?: true

Size: 543 Bytes

Versions: 9

Compression:

Stored size: 543 Bytes

Contents

in:
  type: file
  path_prefix: example/edgecase.tsv
  parser:
    type: csv
    delimiter: \t
    charset: UTF-8
    newline: CRLF
    null_string: 'NULL'
    skip_header_lines: 1
    comment_line_marker: '#'
    columns:
      - {name: json, type: json}
filters:
  - type: column
    columns:
      - {name: json, default: "{\"phone']Num\\\"]ber\":\"FOO\"}"}
      - {name: "$.json[\"phone']Num\\\"]ber\"]"}
      - {name: $.json.copy_foo, src: "$.json[\"phone']Num\\\"]ber\"]"}
      - {name: "$.json['foo\\']\"]foo']"}
out:
  type: stdout

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
embulk-filter-column-0.7.1 example/edgecase.yml
embulk-filter-column-0.7.0 example/edgecase.yml
embulk-filter-column-0.6.0 example/edgecase.yml
embulk-filter-column-0.6.0.pre6 example/edgecase.yml
embulk-filter-column-0.6.0.pre5 example/edgecase.yml
embulk-filter-column-0.6.0.pre4 example/edgecase.yml
embulk-filter-column-0.6.0.pre3 example/edgecase.yml
embulk-filter-column-0.6.0.pre2 example/edgecase.yml
embulk-filter-column-0.6.0.pre1 example/edgecase.yml