Business is uploading files into SharePoint on ad-hoc basis. When I the file arrives at SharePoint, Talend job should download the file into ETL server and load the file data into table.
How can we connect to SharePoint and download the file?
I tried using TFileFetch, but I see it’s asking authentication.
How can we achieve this with authentication or without authentication?