Sha256: d24c8c9ff0b442a7900388cb2f4f273578861bf1d061b6ae962bc5d13b80924a
Contents?: true
Size: 521 Bytes
Versions: 3
Compression:
Stored size: 521 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]
Version data entries
3 entries across 3 versions & 1 rubygems