Sha256: 2e50315246ceba608dd4a313833cfeb0f1390b5fb0bbb0b358f7eb9af9ac6fa3

Contents?: true

Size: 308 Bytes

Versions: 1

Compression:

Stored size: 308 Bytes

Contents

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

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

Version data entries

1 entries across 1 versions & 1 rubygems

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