Sha256: e533bf1dbae70e60d767cd50120ba0ea2ed02ac72ebe5fe14a2649aa011dba1a

Contents?: true

Size: 1.38 KB

Versions: 10

Compression:

Stored size: 1.38 KB

Contents

{ "_id": "55eae883689a08361045d64a", "name": "obj1", "rank": 1, "value": 1.1, "created_at": { "$date" : 1441533998786 }, "embeded": { "key": "value1" } }
{ "_id": "55eae883689a08361045d64b", "name": "obj2", "rank": 2, "value": 2.2, "created_at": { "$date" : 1441533988786 }, "embeded": { "key": "value2" } }
{ "_id": "55eae883689a08361045d64c", "name": "obj3", "rank": 3, "value": 3.3, "created_at": { "$date" : 1441533978786 }, "embeded": { "key": ["v3-1", "v3-2"]} }
{ "_id": "55eae883689a08361045d64d", "name": "obj4", "rank": 4, "value": 4.4, "created_at": { "$date" : 1441533968786 }, "embeded": { "key": { "inner_key": "value4" } } }
{ "_id": "55eae883689a08361045d64e", "name": "obj5", "rank": 5, "value": 5.5, "created_at": { "$date" : 1441533958786 }, "embeded": { "key": "value5" } }
{ "_id": "55eae883689a08361045d64f", "name": "obj6", "rank": 6, "value": 6.6, "created_at": { "$date" : 1441533948786 }, "embeded": { "key": "value6" } }
{ "_id": "55eae883689a08361045d650", "name": "obj7", "rank": 7, "value": 7.7, "created_at": { "$date" : 1441533938786 }, "embeded": { "key": "value7" } }
{ "_id": "55eae883689a08361045d651", "name": "obj8", "rank": 8, "value": 8.8, "created_at": { "$date" : 1441533928786 }, "embeded": { "key": "value8" } }
{ "_id": "55eae883689a08361045d652", "name": "obj9", "rank": 9, "value": 9.9, "created_at": { "$date" : 1441533918786 }, "embeded": { "key": "value9" } }

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
embulk-input-mongodb-0.7.0 src/test/resources/my_collection.jsonl
embulk-input-mongodb-0.6.1 src/test/resources/my_collection.jsonl
embulk-input-mongodb-0.6.0 src/test/resources/my_collection.jsonl
embulk-input-mongodb-0.5.1 src/test/resources/my_collection.jsonl
embulk-input-mongodb-0.5.0 src/test/resources/my_collection.jsonl
embulk-input-mongodb-0.4.0 src/test/resources/my_collection.jsonl
embulk-input-mongodb-0.3.2 src/test/resources/my_collection.jsonl
embulk-input-mongodb-0.3.1 src/test/resources/my_collection.jsonl
embulk-input-mongodb-0.3.0 src/test/resources/my_collection.jsonl
embulk-input-mongodb-0.2.0 src/test/resources/my_collection.jsonl