Sha256: b65ffe07d40102fae2d7c3870c3efd0c21b446211bd594e1407a963bf7a5cd89

Contents?: true

Size: 580 Bytes

Versions: 7

Compression:

Stored size: 580 Bytes

Contents

in:
  type: file
  path_prefix: example/input
  parser:
    type: jsonpath
    root: "$.results"
    default_timezone: "Asia/Tokyo"
    columns:
      - { name: "name",          type: string }
      - { name: "city",          type: string }
      - { name: "street_name",   type: string }
      - { name: "zip_code",      type: string }
      - { name: "registered_at", type: timestamp, format: "%Y-%m-%d %H:%M:%S" }
      - { name: "vegetarian",    type: boolean }
      - { name: "age",           type: long }
      - { name: "ratio",         type: double }
out:
  type: stdout

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
embulk-parser-jsonpath-0.3.1 example/conf.yml
embulk-parser-jsonpath-0.3.0 example/conf.yml
embulk-parser-jsonpath-0.2.0 example/conf.yml
embulk-parser-jsonpath-0.1.3 example/conf.yml
embulk-parser-jsonpath-0.1.2 example/conf.yml
embulk-parser-jsonpath-0.1.1 example/conf.yml
embulk-parser-jsonpath-0.1.0 example/conf.yml