Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to fetch data from Github using repo URL

Hello,

 

I have a requirement in my Talend job I want to fetch files which are stored in one of my Github repositories via URL and download those files in one of the local folders to proceed with further processing.

 

Any idea how I can do this? which components to use?

 

 

Talend Data Fabric 6.3

Java 8

Labels (3)
5 Replies
manodwhb
Champion II
Champion II

@Vikas,I belive you can try with tRestClient.please find the below link.

https://help.talend.com/reader/hCrOzogIwKfuR3mPf~LydA/7fkGpAopnovcu91Z6Eijcg

Sreddy1
Contributor
Contributor

Hi Vikas,

did you find any solution. I have same scenario.

Please let me know.

 

Thanks

Santhosh

Anonymous
Not applicable
Author

Hi @sbondalakunta ,

If you find any solution, please let me know!

I have also same issue

Sreddy1
Contributor
Contributor

Hi @camzi,

I didn't find solution yet. If I get any I let you know.

 

 

JHale164
Contributor
Contributor

ok this works for us, we just created a local github clone repository and then used tsystem to run scripts from the local clone. You can use the standard github command lines to check in and refresh changes. Hope that helps