Sha256: 41edf983e384e5ab9de5b408db3dc4e4f0776a389ae849acfc538206726e04b8

Contents?: true

Size: 457 Bytes

Versions: 3

Compression:

Stored size: 457 Bytes

Contents

in:
  type: file
  path_prefix: "bench/sample"
  parser:
    type: jsonl
    default_typecast: false
    columns:
      - {name: "foo", type: "string"}
      - {name: "bool", type: "boolean"}
      - {name: "bool_str", type: "string"}
      - {name: "int", type: "long"}
      - {name: "int_str", type: "string"}
      - {name: "double", type: "double"}
      - {name: "double_str", type: "string"}
      - {name: "array", type: "json"}
out:
  type: "null"

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
embulk-parser-jsonl-0.2.1 bench/without_typecast.yml
embulk-parser-jsonline-0.2.2 bench/without_typecast.yml
embulk-parser-jsonl-0.2.0 bench/without_typecast.yml