Sha256: 924b289f565c57def88225d2d24532a86ae7427f2c570a4034da84b5705a9194
Contents?: true
Size: 533 Bytes
Versions: 2
Compression:
Stored size: 533 Bytes
Contents
in: type: file path_prefix: ./example/data.tsv parser: type: csv delimiter: "\t" skip_header_lines: 0 null_string: "" columns: - { name: id, type: long } - { name: description, type: string } - { name: name, type: string } - { name: payload, type: json} stop_on_invalid_record: true filters: - type: copy config: filters: - type: remove_columns remove: ["id"] out: type: stdout exec: max_threads: 8 out: type: stdout
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
embulk-filter-copy-0.0.2 | example/config.yml |
embulk-filter-copy-0.0.1 | example/config.yml |