Sha256: 66ed6cf1821eb6cf03020a4567de1c3e2f903754ca107ef3d7f77132f18fde44

Contents?: true

Size: 306 Bytes

Versions: 1

Compression:

Stored size: 306 Bytes

Contents

in:
  type: file
  path_prefix: "example_map.json"
  parser:
    type: jsonl
    columns:
      - {name: "key", type: "string"}
      - {name: "data", type: "json"}

out:
  type: s3_per_record
  data_columns: [data]
  mode: single_column
  bucket: {{ env.S3_BUCKET }}
  key: "${key}"
  serializer: msgpack

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
embulk-output-s3_per_record-0.4.0 example/example_map.yml.liquid