Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
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