Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
MMarr_1231687463903
Contributor
Contributor

How to check if the file exists on Microsoft SharePoint online using Talend

I need to check if the file exists on Microsoft SharePoint online using Talend and if yes - execute ADB Notebook, otherwise stop

I have the following parameters (get from the context file):

  • User_name
  • password (or key name)
  • SharePoint url
  • file_name

Could you please help

Thanks in advance

Labels (5)
2 Replies
MMarr_1231687463903
Contributor
Contributor
Author

"Ensure that you have the necessary Talend components installed and properly configured for SharePoint integration." - Can you please share more details regarding the exact Talend components? Unfortunately, I don't have experience with Talend and struggle with it.

targetehr
Contributor
Contributor

To check if a file exists on Microsoft SharePoint Online using Talend, you can follow these general steps using Talend Studio (e.g., Talend Open Studio for Data Integration or Talend ESB). Since Talend doesn't have out-of-the-box components for SharePoint Online,target ehr you typically need to use REST API calls or Web Services. Here's how you can do i