Obtain data from Excel Spreadsheets stored in OneDrive and load it into an SQL Server database.
Read data from Excel Spreadsheets and store it in an SQL Server database.
Variables
Credentials to use to access the OneDrive folder containing the Excel spreadsheets.
ID of the user that owns the OneDrive location where the spreadsheets to load exist.
Optional. Only needed if User ID is not specified. E-mail address of the user that owns the OneDrive location where the spreadsheets to load exist.
Path to the folder in OneDrive where the Excel spreadsheets are stored.
If enabled, data in Excel spreadsheets within subfolders under the folder specified in the Folder Path will also be read and loaded.
RegEx pattern for selecting which files to load. Specify .* for all files.
Specify the number of load records to examine, from most recent and going backwards, when comparing to determine which files have not yet been loaded. If no value is specified, all load records will be examined.
Optionally specify a unique name to use to locate the sheet to load.
SQL Server database where the data from the Excel spreadsheets will be loaded.
Table name, in schema.table format, where the data from the Excel spreadsheets will be stored.
Column within the Target Table where the path to the spreadsheet that was the source of the data will be stored.
Enable if the Excel spreadsheets contain a header row.
Mappings between the columns in the Excel spreadsheet and the columns in the Target Table.