It’s takes hour to load my SQL table and after transformation, when Easy morph project closed, all the data load gone. Is there a way, data load will remain there when we re-open same Easy morph project.
Hi Manish and welcome to the Community!
- Save the result of the query by right-clicking the "Import from database" action with the query, and choosing "Save to file" -> "EasyMorph dataset".
The .dset format is the native data format of EasyMorph. EasyMorph reads and writes .dset files very quickly - up to a million rows per second.
-
Then, insert the "Import dataset" action (that reads a .dset file) before or after the "Import from database" action and configure it to read the .dset file created above.
-
Disable the "Import from database" action (right-click the action and choose "Disable").
Now your workflow reads from the .dset file instead of the database.
If you need to re-read from the database, you can disable "Import dataset" and re-enable "Import from database".
1 Like
Hi there, thanks for your quick response.
Sorted it now, Thank you
1 Like