Sha256: 22fd7aff62e06d949c19a411e081ad25cfadc6782159431518724de2a271d2d8

Contents?: true

Size: 431 Bytes

Versions: 1

Compression:

Stored size: 431 Bytes

Contents

in:
  type: file
  path_prefix: "example_timestamp.json"
  parser:
    type: jsonl
    columns:
      - {name: "key", type: "string"}
      - {name: "data", type: "timestamp", format: "%Y-%m-%d %H:%M:%S", timezone: "Asia/Tokyo"}

out:
  type: s3_per_record
  data_columns: [data]
  mode: single_column
  bucket: {{ env.S3_BUCKET }}
  key: "${key}"
  serializer: msgpack
  column_options:
    data: {format: "%Y/%m/%d %H:%M:%S %z"}

Version data entries

1 entries across 1 versions & 1 rubygems

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