Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
shrikavi2008
Contributor
Contributor

Read a file from Bitbucket repository

Hi,

I have a file(Customer.csv) in Bitbucket repository. I want to extract it from Bitbucket and process it.

Could you please let me to extract the file from Bitbucket 

 

Regards,

R.Bharath

Labels (2)
4 Replies
manodwhb
Champion II
Champion II

@shrikavi2008 , I relay not sure about the Bitbucket repository, can you try to fetch the file using tFilefeatch component.

 

https://help.talend.com/reader/jomWd_GKqAmTZviwG_oxHQ/F4QsQrja9IQEa_kKqmBfNQ

Anonymous
Not applicable

Hi Bharat,

 

     Bitbucket is originally used for source code version management. Why are you using Bit bucket to process an input file? You are actually using wrong tool to process the input files.

 

Warm Regards,
Nikhil Thampi

Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂

shrikavi2008
Contributor
Contributor
Author

Hi Nikhil,

Actually we are maintaining some configuration files in bitbucket repository. We working on talend job to read the configuration file from repos.

Regards,
R.Bharath
Anonymous
Not applicable

Hi,

 

    I would recommend to use REST Components of Talend or routine to do this work. I have not done for BitBucket APIs but I have done similar work for AWS Translate API and the link for the steps is as below. You can follow the similar steps for BitBucket API using SDK.

 

https://community.talend.com/t5/Design-and-Development/Talend-and-Amazon-Translate-Integration/ta-p/...

 

For referring the details about APIs related to Bit Bucket, please refer the below links.

 

https://community.atlassian.com/t5/Bitbucket-questions/getting-raw-files-from-bitbucket-server-or-st...

https://developer.atlassian.com/server/bitbucket/how-tos/command-line-rest/

https://developer.atlassian.com/bitbucket/api/2/reference/resource/repositories/%7Busername%7D/%7Bre...

 

Warm Regards,
Nikhil Thampi

Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂