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.
GNU Affero General Public License v3.0
1
stars
0
forks
source link
Merge feature/file-processing-service into master #18
Summary
Merging the
feature/file-processing-service
branch intomaster
. This includes:Impact
These changes enhance the application's ability to process CSV files and store results in Azure Blob Storage, improving functionality and performance.