Hi @Galih ,
Thanks for using Microsoft Q&A forum and posting your query.
My understanding if the requirement is that you have a Zip file in Amazon S3 which contains multiple .csv files and you would like to exact a specific file out of the 3 files. Please correct if I misunderstood your requirement.
ADF doesn't have a functionality to filter down to specific file while unzipping multiple files from a single Zip file. The best way is to exact/unzip all 3 files to an intermediate location in Azure (may be azure blob or ADLS Gen2) and you then may use lookup and point to that specific intermediate location and specific file and do the regular process as you did earlier in your old pipeline and then at the end if you would like to get rid of those files from the intermediate location, then you can utilize Delete activity in ADF to delete all files in that intermediate folder. That way you can just lookup your specific file after unzipping and clear the folder or you can keep and do other process as per your specific need.
But this seems like a good feature request for ADF product hence I would recommend you to please log your feedback in IDEAS forum here: https://feedback.azure.com/d365community/forum/1219ec2d-6c26-ec11-b6e6-000d3a4f032c
All the feedback shared in this forum are actively reviewed and monitored by respective product owners.
Please do share the feature request link once the feedback is logged so that we can take it forward to respective product owners and have them review it.
Hope this helps. Let us know if you have further questions
Please don’t forget to Accept Answer
and Yes
for "was this answer helpful" wherever the information provided helps you, this can be beneficial to other community members.