Warnings when joining databases
- 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
Hi,
I am joining 32 excel files that have the same format xlsx and same first row but it returns me 25 warnings as follow:
"Warning: Input Data (17): The file "xxxxxxxxxxx.xlsx|||`Tabelle1$`" has a different schema than the 1st file in the set and will be skipped"
Does anyone has an idea of what could create this warning? I have tried to check the excel files and there is no difference.
Thank you!!
- Labels:
- Community
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @alienormqr
As it's excel it's likely that some of your field types aren't the same between the files even though they look the same, so Alteryx will reject the files as they 'don't match'. I'm assuming you're using the dynamic input tool?
There is a handy flowchart here that helps with the different types of inputs, including multiple excel files and talks you through building a macro to deal with this issue https://community.alteryx.com/t5/Alteryx-Designer-Knowledge-Base/The-Ultimate-Input-Data-Flowchart/t...
