Sha256: bbf86d45fcfb01849b6e9d30a086cc44eb1c30041c56c9eb543305a8a2c14c01

Contents?: true

Size: 417 Bytes

Versions: 4

Compression:

Stored size: 417 Bytes

Contents

in:
  type: file
  path_prefix: work/input_
  parser:
    type: json
    columns:
      - {name: id, type: long}
      - {name: name, type: string}
filters:
  - type: add_time
    to_column:
      name: time
      type: timestamp
    from_value:
      mode: upload_time
exec:
  type: remoteserver
  hosts:
    - localhost:30001
out:
  type: file
  path_prefix: work/output_
  file_ext: csv
  formatter:
    type: csv

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
embulk-executor-remoteserver-0.4.0 example/config.yml
embulk-executor-remoteserver-0.3.2 example/config.yml
embulk-executor-remoteserver-0.3.1 example/config.yml
embulk-executor-remoteserver-0.3.0 example/config.yml