1

I want to add plugin "pdi-google-spreadsheet-plugin-master" to pentaho's Kettle Spoon. I have download "pdi-google-spreadsheet-plugin-master" and unziped it to "C:\Pentaho\data-integration\plugins" but I don't know from where I can use this plugin in kettle spoon. I have also tried to copy that "D:\Pentaho\data-integration\plugins\steps", but unable to see or find how to use that plugin in transormation or in jobs.

Thank you

Ethan
  • 35
  • 1
  • 8

1 Answers1

1

I think you have to build what you downloaded. Building This Plugin is built with Maven.

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

This will produce a Kettle plugin in target/pdi-google-spreadsheet-plugin-{version}.zip.

This file can be extracted into your Pentaho Data Integrations plugin directory.

Stefan Birkner
  • 24,059
  • 12
  • 57
  • 72
Lamoruc
  • 21
  • 6