Sha256: b66f3a4b0b2f7e595527c3eff86641a1d2be983c956c1d428f3bf09cfa1f3dfe

Contents?: true

Size: 519 Bytes

Versions: 3

Compression:

Stored size: 519 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

out:
  type: file
  path_prefix: /tmp/embulk-formatter-fast_jsonl
  file_ext: aaa
  formatter:
    type: fast_jsonl
    encoding: UTF-8
    newline: LF
    explode_json_columns: []

Version data entries

3 entries across 3 versions & 1 rubygems

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