Sha256: cd4b1968460d561110b00bf29fa039fdfba772b52c198afacf1833fb3eba2cba

Contents?: true

Size: 320 Bytes

Versions: 3

Compression:

Stored size: 320 Bytes

Contents

in:
  type: mongodb
  uri: mongodb://localhost:27017/my_database
  collection: "my_collection"
  fields:
    - { name: name, type: string }
    - { name: rank, type: long }
out:
  type: file
  path_prefix: ./tmp/basic
  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/basic.yml
embulk-input-mongodb-0.1.1 src/test/resources/basic.yml
embulk-input-mongodb-0.1.0 src/test/resources/basic.yml