Sha256: ce504fcc9bea39f0e8f85f7118ac6415198393538dc2d5db07c51be0f0a6d84d

Contents?: true

Size: 341 Bytes

Versions: 8

Compression:

Stored size: 341 Bytes

Contents

in:
  type: mongodb
  uri: mongodb://localhost:27017/my_database
  collection: "my_collection"
  json_column_name: "json"
  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

8 entries across 8 versions & 1 rubygems

Version Path
embulk-input-mongodb-0.6.1 src/test/resources/full.yml
embulk-input-mongodb-0.6.0 src/test/resources/full.yml
embulk-input-mongodb-0.5.1 src/test/resources/full.yml
embulk-input-mongodb-0.5.0 src/test/resources/full.yml
embulk-input-mongodb-0.4.0 src/test/resources/full.yml
embulk-input-mongodb-0.3.2 src/test/resources/full.yml
embulk-input-mongodb-0.3.1 src/test/resources/full.yml
embulk-input-mongodb-0.3.0 src/test/resources/full.yml