Xlsx file type
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
JimJohn59
5 - Atom
‎09-16-2021
06:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi all! One of the things i've seen on the learning paths (im new here) is xlsx files. Are there any requirements when importing a group of xlsx into alteryx using one input tool?
Labels:
- Labels:
- Help
2 REPLIES 2
22 - Nova
‎09-16-2021
06:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @JimJohn59
This article might be helpful to you for this usecase. It covers different scenarios of reading multiple files.
Hope this helps : )
17 - Castor
‎09-16-2021
06:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @JimJohn59
To use one normal input tool you would have to use a wildcard input (C:\...\*.xlsx). The assumption is that every excel file has the same schema (meaning same columns, data types, etc). If the schemas are not the same you may need to look into a dynamic input or batch macro.
