Obtain data from Excel Spreadsheets stored in a DigitalOcean Space and load it into a MySQL database.
Read data from Excel Spreadsheets and store it in MySQL.
Variables
Keys to use to access the DigitalOcean Space containing the Excel spreadsheets.
Name of the Space containing the Excel spreadsheets.
Region where the Space exists.
Path to the folder containing the Excel spreadsheets.
If enabled, data in Excel spreadsheets within subfolders under the Folder Path will also read and loaded.
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.
MySQL 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.
Mappings between the columns in the Excel spreadsheet and the columns in the Target Table.