
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Vikas,I belive you can try with tRestClient.please find the below link.
https://help.talend.com/reader/hCrOzogIwKfuR3mPf~LydA/7fkGpAopnovcu91Z6Eijcg

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Vikas,
did you find any solution. I have same scenario.
Please let me know.
Thanks
Santhosh

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @camzi,
I didn't find solution yet. If I get any I let you know.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
