Blazor Server app that takes a CSV file as input, runs a background job to execute an SSIS package in Azure, and stores the output CSV file in Azure Blob Storage for download.
The code change modifies the format of the outputFileName parameter in the pipeline. Instead of appending "-OUTPUT" to the end of the original fileName, the new format prefixes "OUTPUT-" to the original fileName.
The code change modifies the format of the
outputFileName
parameter in the pipeline. Instead of appending "-OUTPUT" to the end of the originalfileName
, the new format prefixes "OUTPUT-" to the originalfileName
.List of Changes
outputFileName
Format:fileName
+ "-OUTPUT"fileName