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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
TharunJoshi
Contributor III
Contributor III

Extracting data  from Sharepoint tfilefetch

Hi all,

I have two questions

My requirement is I will get an excel file from Share point.

How can I fetch the data from it?

Here is the sample link I get the data from

https://MYCOMPANYNAME-my.sharepoint.com/personal/jOSH_nel_MYCOMPANY/_layouts/15/onedrive.aspx?id=%2F...


If there is anything to know about share point let me know

If data comes in any day of any week the data should process how can I achieve it?

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable

Hi
There are no direct components to process the data in Sharepoint. You need to download the file to local system using tFileFetch or tHttpRequest, and then read the file using tFileInputExcel.

Regards
Shong

View solution in original post

1 Reply
Anonymous
Not applicable

Hi
There are no direct components to process the data in Sharepoint. You need to download the file to local system using tFileFetch or tHttpRequest, and then read the file using tFileInputExcel.

Regards
Shong