Sha256: 9953144eb20254ad1aff5c8f0d7bc61b30b6261c8adfa4d6bd8f9a6646021e8f

Contents?: true

Size: 342 Bytes

Versions: 1

Compression:

Stored size: 342 Bytes

Contents

in:
  type: mongodb
  uri: mongodb://localhost:27017/my_database
  collection: "my_collection"
  fields:
    - { name: name, type: string }
    - { name: rank, type: long }
  sort: '{ rank: 1 }'
out:
  type: file
  path_prefix: ./tmp/basic
  file_ext: csv
  formatter:
    type: csv
    header_line: true
    charset: UTF-8
    newline: CRLF

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
embulk-input-mongodb-0.2.0 src/test/resources/basic.yml