Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

Alteryx Designer Desktop Discussions

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

Python, Alteryx, Read variable which has file path

Shreya_RR
5 - Atom

Hello Everyone,

 

I have downloaded the zip file from the website and that zip file is saved in my local file path.

Now, I'm trying to read the variable is passed for this file path.

 

Tried this: 

filenames = glob.glob(files_df.iloc[0]['Directory'] + "/00_All_Records/*.csv")
print(filenames)

all_data = pd.DataFrame()

 

 

Any suggestion would be helpful.

 

Shreya_RR_0-1612359846534.png

 

1 REPLY 1
TrevorS
Alteryx Alumni (Retired)

Hello @Shreya_RR 

Can you please elaborate on the issue you are encountering?
Are you getting an error message? If so, can you include a screenshot of the error?

Any addional information will help the Community to troubleshoot the issues you are encoutering.

Thanks!

TrevorS

Community Moderator
Labels