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

Version Path
embulk-formatter-fast_jsonl-0.1.2 example/config_json_column_with_explode.yml
embulk-formatter-fast_jsonl-0.1.1 example/config_json_column_with_explode.yml
embulk-formatter-fast_jsonl-0.1.0 example/config_json_column_with_explode.yml