I’m banging my head trying to do the following (I don’t even know if it’s possible): create a ZIP, based on a list of files (using “List of Files” option) and, at the same time, rename a file and store it in a different folder, using Azure Data Factory.
I have multiple files stored in a Blob Storage, with the format Guid/Guid
, where the 1st and 2nd guid
represent keys in a Table Storage (PartitionKey
+ RowKey
).
Basically, I need to provide a list of files do ADF, in some way (that’s the question) in the TXT file pass the original file name and the destination of the file inside the ZIP file!
I known that using, for example, an Azure Function, I can accomplish that, but I want to know if there’s a more straightfoward or simple way, without using any other Azure resource (like Functions or Notebooks).
My knowledge of ADF is limited, but until know I cannot find a way to do it using the “List of Files” option.