jlolling / talendcomp_tGoogleSheet

Talend components to read and write Google Sheets
Apache License 2.0
10 stars 0 forks source link

Talend component not showing up #20

Closed bakembo01 closed 1 week ago

bakembo01 commented 1 week ago

I tried to install the component via maven and also manually adding the folder inside the components folder in my Talend installation directory but I can't see the tGoogleSheet components in the palette tab. Do you have any suggestions please? thank you

jlolling commented 1 week ago

You do not have to install them via maven. The maven build creates the components and copies them into a pre-configured custom component folder which have to be also configured in the studio. BUT: The ready to use components are available in the Releases section of this Github repo: https://github.com/jlolling/talendcomp_tGoogleSheet/releases Copy and unpack this zip file in your custom component folder (check the folder in the studio in Preferences->Talend->Component).

jlolling commented 1 week ago

Here a help page for installing custom components: https://jan-lolling.de/

bakembo01 commented 1 week ago

thank you very much it worked

jlolling commented 1 week ago

You welcome.