Closed JasperHavenhand closed 3 years ago
c3f22fce6635744a8760709ebe922357d23e4f7d
Created the loadCSVDataSource(String path)
method to recreate previously constructed TemporalCSVDataSource
objects, from the CSV files. This methods validates the path parameter to make certain that it details a directory containing the four necessary CSV files. My current thinking is that there will be a GUI with a file selector for reopening data sources. The aforementioned method can be used to validate and process the path that the user selects in this scenario.
Need to find a way to store the
TemporalCSVDataSource
objects once they have been created.