1- you can use EXPORT COLUMN Transformation for extract each row zip file to a specified folder
2- then you can use EXECUTE PROCESS Task inside a Foreach Loop to unzip all files in the folder
3- then you can use a Data flow task inside a foreach loop to fetch data from each unzipped csv file to sql server
now let me know what step you have problem in implementation?