このプロジェクトは kamatama41/embulk-output-multi のフォークです
- outputs: Configuration of output plugins (array, required)
out:
type: multi
outputs:
# Output to stdout
- type: stdout
# Output to files as CSV
- type: file
path_prefix: out_file_
file_ext: csv
formatter:
type: csv
# Output to files as TSV
- type: file
path_prefix: out_file_
file_ext: tsv
formatter:
type: csv
delimiter: "\t" # And any outputs you want..
- type: ...- Build the plugin JAR / プラグインJARをビルド:
./gradlew build- Copy the JAR to your Embulk plugins directory / JARをEmbulkプラグインディレクトリにコピー:
cp build/libs/embulk-output-multi-*.jar $EMBULK_HOME/lib/out:
type: multi
outputs:
- type: stdout
- type: file
path_prefix: output/data
file_ext: csv
formatter:
type: csv-
✅ ** Upgrade**: Successfully migrated from Embulk 0.9.x to 0.10.43 compatibility
アップグレード: Embulk 0.9.xから0.10.43互換性への移行に成功 Last Updated / 最終更新: 2025-05-27
Embulk Compatibility / Embulk互換性: 0.9.x (0.9.23+), 0.10.x (0.10.43+)