This function uploads results in csv format into a result database
insertResultsToDatabase(
connectionDetails,
schema,
resultsFolder,
tablePrefix = "",
csvTablePrefix = "c_"
)
The connection details to the result database
The schema for the result database
The folder containing the csv results
A prefix to append to the result tables for the characterization results
The prefix added to the csv results - default is 'c_'
Returns the connection to the sqlite database
Calls ResultModelManager uploadResults function to upload the csv files
Other Database:
createCharacterizationTables()
,
createSqliteDatabase()