Sha256: 34849b9f7e1c685a1fbda0717c48d7c97cb08d9577e8b7ab0865e9f7e2623dc6
Contents?: true
Size: 610 Bytes
Versions: 1
Compression:
Stored size: 610 Bytes
Contents
in: type: file path_prefix: "example_multicolumn.json" parser: type: jsonl columns: - {name: "key", type: "string"} - {name: "data1", type: "json"} - {name: "data2", type: "json"} - {name: "data3", type: "long"} - {name: "data4", type: "timestamp", format: "%Y-%m-%d %H:%M:%S", timezone: "Asia/Tokyo"} out: type: s3_per_record data_columns: - data1 - data2 - data3 - data4 mode: multi_column bucket: {{ env.S3_BUCKET }} key: "${key}" serializer: json column_options: data4: {format: "%Y/%m/%d %H:%M:%S %z", timezone: "Asia/Tokyo"}
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
embulk-output-s3_per_record-0.4.0 | example/example_multicolumn_json.yml.liquid |