Sha256: e9470660394a3730098b7b15ae2390243a938b3e0cce0f6d9b5ecc5fb1328399

Contents?: true

Size: 505 Bytes

Versions: 3

Compression:

Stored size: 505 Bytes

Contents

in:
  type: mongodb
  uri: mongodb://localhost:27017/my_database
  collection: "my_collection"
  fields:
    - { name: id, type: string }
    - { name: name, type: string }
    - { name: rank, type: long }
    - { name: value, type: double }
    - { name: created_at, type: timestamp }
  query: '{ rank: { $gte: 3 } }'
  sort: '{ rank: -1 }'
  batch_size: 100
out:
  type: file
  path_prefix: ./tmp/full
  file_ext: csv
  formatter:
    type: csv
    header_line: true
    charset: UTF-8
    newline: CRLF

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
embulk-input-mongodb-0.1.2 src/test/resources/full.yml
embulk-input-mongodb-0.1.1 src/test/resources/full.yml
embulk-input-mongodb-0.1.0 src/test/resources/full.yml