Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将使用 Pentaho Kettle ETL 工具将 MongoDB 集合中的数据导出为另一种输出格式以进行统计分析。我试图弄清楚是否可以让 Kettle 自动导出特定集合文档中存在的所有字段?
我必须为非平凡的文档手动创建一个转换过程,但有些字段非常简单,可以自动获取。我想知道在水壶中是否有可能,以及如何做到这一点。
4.3 版本带有 MongoDB 输入步骤,并默认获取一个集合,允许使用 xpath 表达式进行查询。
它位于设计选项卡下,然后单击“大数据”文件夹。