Sha256: 70be0804b1cf03860c54c91f42c2ba256d1ea85e028f58e9d11ef6e3a5f5cd45

Contents?: true

Size: 715 Bytes

Versions: 3

Compression:

Stored size: 715 Bytes

Contents

exec: {}

in:
  type: http
  url: http://express.heartrails.com/api/json
  params:
    - {name: method, value: getStations}
    - {name: x, value: 135.0}
    - {name: y, value: "{35,34,33,32,31}.0", expand: true}
    - {name: z, values: ["a", "b", "c"], expand: true}
  method: get
  user_agent: example_json
  charset: utf8
  parser:
    type: json
    root: $.response.station
    schema:
      - {name: name, type: string}
      - {name: next, type: string}
      - {name: prev, type: string}
      - {name: distance, type: string}
      - {name: lat, type: double, path: x}
      - {name: lng, type: double, path: y}
      - {name: line, type: string}
      - {name: postal, type: string}

out: {type: stdout}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
embulk-input-http-0.0.8 example/json-example.yml
embulk-input-http-0.0.7 example/json-example.yml
embulk-input-http-0.0.6 example/json-example.yml