I am able to copy files from an azure blob storage account not problem however once downloaded I want to delete them from storage.
Whenever I setup a flexible file task and set delete I get the the following error:
'SourceFolderPath' is not specified. I set this as a variable within the flexible file task and then try to re-run but then receive an error 'specified folderPath' does not exist.
Whatever combination I try I am unable to get this to work.
Anyone had a similar issue with SSIS ?
For something that should be so simple I am unable to get this to work.
I am able to copy files from an azure blob storage account not problem however once downloaded I want to delete them from storage.
1条答案
按热度按时间mv1qrgav1#
I had a similar problem. For a delete, do not use
sourcefilename
andsourcefolderpath
. Instead, usefilename
andfolderpath
. The expression for thefolderpath
must be followed by a/
.