Sha256: 0340505a7531a1a1f4acd7b6bbffb9ab059cbc569ee1e91be395bad59f61303c
Contents?: true
Size: 557 Bytes
Versions: 3
Compression:
Stored size: 557 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: string } stop_on_invalid_record: true out: type: file path_prefix: /tmp/embulk-formatter-fast_jsonl file_ext: aaa formatter: type: fast_jsonl encoding: UTF-8 newline: LF json_columns: [payload] explode_json_columns: [payload]
Version data entries
3 entries across 3 versions & 1 rubygems