SQL_Add
, which imports time series data (stored in time-series data files) and associated keyword metadata (assigned to each time series) to the database. The time-series data files to import, and the keywords to assign to each time series are specified in either: (i) an appropriately formatted matlab (.mat
) file, or (ii) a structured input text file, as explained below.SQL_Add
syntaxSQL_Add('ts','INP_test_ts.txt')
, as well as a sample .mat file input as INP_test_ts.mat, which can be added as SQL_Add('ts','INP_test_ts.mat')
.