How to load a file and delete all the records not presented in the file but present in the schema?
So, I need to:
1.- Load a file.
2.- Insert the new records and update the ones that are present in the schema byut maybe have one or more fields updated.
3.- Delete all the records not presente in the file, but already inserted in the schema (those were inserted in previous executions of the workflow).
Should it be done in the same workflow?

