Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How can we move files from SharePoint to local using Talend Studio. And
what do we need for connection?
Hello,
To download the files from SharePoint, you can use the component tFileFetch in the talend studio.
Please follow the below article:
https://community.talend.com/s/article/How-to-download-a-file-from-SharePoint-using-tFileFetch-eq7eb?language=en_US
Hello Achen,
We tried this process earlier but no use. Can we any other way?
Hi @Vamsi Chimata,
I explained everything in this post.
https://community.talend.com/s/feed/0D55b00007QRgwUCAT
Or
https://community.talend.com/s/feed/0D55b00007LRTd3CAH
Kind regards,
😷19.
Here is how I succeeded to download and upload files from Sharepoint using Talend tHttpRequest component: Get Sharepoint access token (here is really good tutorial how to do it. After you test it in Postman go to Talend. Search for tHttpRequest component. Upload file: - Choose POST method. - URL: Download file. myccpay
To move files from SharePoint to a local system using Talend Studio, follow these steps:
Set Up Talend Studio:
Use tSharepointFileList Component:
tSharepointFileList
component to your job. This component will list the files available in the specified SharePoint directory.Configure tSharepointFileList:
tSharepointFileList
component with your SharePoint site details, including the site URL, username, and password.Use tFileFetch Component:
tFileFetch
component to your job. This component will be used to download the files from SharePoint to your local system.Connect Components:
tSharepointFileList
to the tFileFetch
component using the "Iterate" connection.Configure tFileFetch:
tFileFetch
component, set the URL to the file path from SharePoint (obtained from tSharepointFileList
).Run the Job:
SharePoint URL:
Authentication Credentials:
Access Token (if applicable):
Talend Components:
tSharepointFileList
and tFileFetch
components available in Talend Studio.Sounds like a shitty file organization plan to me. What happens next month and the month after that? The files continue to just completely change location? If the concern is moving from on prem to cloud, it would probably make more sense to have something like a DFS setup with an Azure file share for files older than a year so that the location change isn't even visible to the end user.