将"pdi-google-spreadsheet-plugin-master"添加到 pentaho 的水壶勺



我想将插件"pdi-google-spreadsheet-plugin-master"添加到pentaho的Kettle Spoon中。我已经下载了"pdi-google-spreadsheet-plugin-master"并将其解压缩为"C:\Pentaho\data-integration\plugins",但我不知道我可以从哪里在水壶勺子中使用此插件。我也尝试复制"D:\Pentaho\data-integration\plugins\steps",但无法看到或找到如何在转换或作业中使用该插件。

谢谢

我认为你必须构建你下载的内容。建筑这个插件是用Maven构建的。

$ git clone git@github.com:GlobalTechnology/pdi-google-spreadsheet-plugin.git
$ cd pdi-google-spreadsheet-plugin
$ mvn package

这将在 target/pdi-google-spreadsheet-plugin-{version}.zip 中生成一个 Kettle 插件。

此文件可以提取到您的Pentaho数据集成插件目录中。

最新更新