Hello, I've got a data flow which picks up a zip file and uses UnpackContent to extract the contents. The subsequent files are them converted to json and stored in a database.
I would like to store the original zip file and only delete the file once all the extracted files have been stored correctly, has anyone else come across a way to do this? Thanks in advance, Brian
