Facing Error: Input Data /XML parse failure
- 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 All,
I am trying to merge all input files with a wild card (" * ") which has same set of names as "Default123" but unfortunately although all of them are ".xlsx" format and not corrupted/do not have any sort of errors, I am getting an error as "Error: Input Data (5): Corrupt File: XML parse failure - cell has no column definition" every time even if I select other files with the same names.
Can anyone please help me related to the issue as it seems to be not working even if I feedle with the configuration pane. I have attached all screenshots for reference.
Thanks,
DB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @db89
Have a look through this thread, there are a few suggestions on it that you could try - https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Parse-Error-When-Connecting-to-XLSX-Fi...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@BS_THE_ANALYST no they are all consistent in every worksheets.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@DavidSkaife yeah saw this but not helpful enough. :(
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Worth a shot! Are you able to share a file with us so we can have a look?
Incidently, can you import a file without the wildcard? i.e just one file by itself?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@DavidSkaife Unfortunately I wont be able to share as it has sensitive data. But what i figured out is when I'm reducing the number of texts in each columns of the extract it is working! Like say one column has 2022:v1.2:123 and i reduce it to 1.2 across and make similar changes in the rest of the columns it is doing its job. Is it limiting itself due to characters present in the columns?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Just had a thought after looking at your screenshots again, try turning the AMP engine off in Workflow Configuration and see what it does?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@DavidSkaife oh thats selected! Recent developments i have seen is, i deleted extra blank columns from extreme right and bottom all of them are getting merged with wildcard barring one which states "Warning: Input Data (1): The file "Default123.xlsx|||`ReturnInfo$`" has a different schema than the 1st file in the set and will be skipped"
So now out of 9 remaining 8 are getting combined absolutely fine. Now I am not sure what else I am missing as i have done the same for that file as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@db89 so that warning is simply the columns don't match in the file that is erroring.
Besides checking they're in the same order etc you will also need to check if the datatypes are consistent. I've had it before where one file was picking up a columns as numeric and the other as text so check that as well.
