Using the new 365 connector (Version August 2022) I am able to load files individually. But reading multiple files using the Sharepoint Connector is not supported. According to Qlik Support "Reading Multiple files directly seems to be product limitation". This basic missing functionality, is making it impossible to use the connector!
The best case would be to make the function native and work similar to folder connections.
There is a open Community article which describes the Problem in Detail: https://community.qlik.com/t5/Connectivity-Data-Prep/SharePoint-Connector-August-2022-read-in-multip...
- Following error occurs "badFileSize Not found", when i use this FROM Statement:
FROM [lib://Sharepoint/DemoData/Data_*.xls] (biff, embedded labels, table is Data$);
- To use the ListFiles to fetch all files in a folder and to loop through fails. The generation of the file list fails and therefore no lines are loaded.
EDIT 2023-03-24: Using the SharePoint Metadata Connector we can load from multiple files!