Community Halloween is live until October 31st! Complete any 2 quick activities to earn the 2025 Community Halloween badge. Feeling brave? Check out the activities here
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Read Dynamic name changing csv from zip file

AIPH123
8 - Asteroid

Hi All,

 

I have a single csv file in a zip folder where the name of csv change every month. How do I read the data from this CSV every month irrespective of its file name and host it in server? Please advise.

 

Thank you.

 

Regards,

Anil 

10 REPLIES 10
Felipe_Ribeir0
16 - Nebula

@AIPH123 , take a look at this macro that i build and see if it fits your case: https://community.alteryx.com/t5/Public-Community-Gallery/Get-the-name-of-the-files-inside-any-zip/t.... The macro is using python to get the names of the files inside the zip, so you can pass it to dynamic input.

Labels
Top Solution Authors