Inside a fooreachloop I've got the next configuration in my ssis package:
As you can see, from my source I've got some rows with some problems. With the data viewer I can see them. In theory the flat file destination should record this values on the file indicated by the connector. But instead of that in the destination file I can only see the header and not the values.
From the Staging DB destination the errors are configured with the option of "Redirect Rows"
So, what can be missing in the configuration?