Hi Community!
I’m trying to create a source to sharepoint where we can navigate to a specific file saved on the sharepoint location and open the contents of a csv or xlsm file. Is this possible?
- I have the sharepoint connection created using AzureAD authentication method.
- Using a query such as this:
SELECT * FROM [Sharepoint_testing].[REST].[Financial Models] where Name like '%.xlsm%' I can get the various file names contained in the Sharepoint location, and see things like file size, modify date, etc. - At this point, I can’t figure out how to use the file name retrieved and then query it to get at the contents of it… any help with this?
TIA for the assist, i appreciate it.

