Need help
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello I am new to alteryx designer and I have a problem with the practice, I have two files named "2022 Gross Revenue.xlsx" and "2021 Gross Revenue.xlsx", the exercise is to :
Bring in data from the Gross Revenue 2022.xlsx, and Gross Revenue 2021.xlsx files, pulling sheet1 from each of those.
Use a wildcard in the file name to bring them both in with one Input Data tool, and output the filename for reference using an option in the configuration window.
I don't really understand the exercise and is there a tool which can upload a multiple file ?
I need help please.
Thank you.
Solved! Go to Solution.
- Labels:
- Academy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
The wildcard input just means leveraging an asterisk in your input tool. To do this just set-up the normal input tool for one of the files, make sure it works, then in the file path of the input tool change it to \*Gross Revenue.xlsx (or \Gross Revenue*.xlsx depending on your file names, you note them differently in your post). This tells alteryx to pull all the files that match that pattern.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank you. I tried it and it works.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @c_sontsakiteu Great! Remember to mark the solution if you're all set.
