Hi,
What is the best way to look into the sharepoint library for folder whose name changes each month and load the excel file present in in into the SQL table
Scenario:
Folder in format yyyy-MM contains a file abc.xlsx.Each month a new folder is placed with the abc.xlsx.How can i iterate and lookup for the folder each month and extract the file inside it.
I am aware of the CSOM but would like to know how else it could be done using OData ??