Hi dears
How to ETL ZIP files? I have done some parts but not completely…
I want to use SSIS to ETL CSV zipped files to a SQL database. I have used DotNetZipLib to unzipping files. It works fine but I have no idea how to continue remaining part of my project!
I mean how can I process extracted files in a data flow task totally automatic? I want to develop a package that would execute nightly to unzip and load CSV files to a SQL database.
I will appreciate for helps.