如何获取子文档+嵌入集合中+ pentaho + ktr

时间:2019-06-10 06:39:30

标签: pentaho-spoon pentaho-data-integration

我正在使用勺子进行数据集成,因为我必须从不同的集合中获取子文档数组ID数据。

考虑我的数据来自collection B

{
    "_id" : ObjectId("5c909504702f700600a0b353"),
    "name" : "Project Manager",
    "type" : "",
    "ids" : [ 
        "5c8f475d8bcc3470a2c3a201", 
        "5c90911385637c314d40387a", 
        "5c90b2feca09d432e535dd4f", 
        "5cbee7364bcb3e423ecddd96"
    ]
}

id来自collection A。因此,在我的MongoInput选项中,如何构造查询以同样从collection A获取详细信息。请提供您的输入。

0 个答案:

没有答案