I have a backup zipped file that has hundreds of files in it. Unzipping ALL the files takes over an hour to process.
Is there a way to ONLY unzip the .csv files in Azure Data Factory?
I have a backup zipped file that has hundreds of files in it. Unzipping ALL the files takes over an hour to process.
Is there a way to ONLY unzip the .csv files in Azure Data Factory?
2
Answers
My research concluded it is not possible. We ended up using a python script in databricks to perform the activity of only unzipping the .csv files.
Based on my understanding ,it is not possible specifically to unzip csv files only based on the out of the box functionality