Sha256: 25feb1a579e1f9d21df243fc425bbe8023d547e37487ad680aea6cdfa3cff5d8
Contents?: true
Size: 380 Bytes
Versions: 7
Compression:
Stored size: 380 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 }' id_field_name: "object_id" batch_size: 100 out: type: file path_prefix: ./tmp/id_field_name file_ext: csv formatter: type: csv header_line: true charset: UTF-8 newline: CRLF
Version data entries
7 entries across 7 versions & 1 rubygems