I want to make an EasyMorph project where when i start te project for the first time it reads some data from a database and saves this in a dataset on the filesystem, and does some processing with that dataset. The second time (can be days later) i want the project to see the the dataset is available on the filesystem and import and uses that saved dataset for further processing, so no loading the data from the database. Is there a way a can do this in EasyMorph
I wonder whether you really want to read the data once or if you would like to update the dataset file sometimes.
Is it is really only one time reading, I would start with reading the dataset file. If it doesn’t exist yet, load the data and create the file. Id it already exists you can skip the load from database.