I have what should be a simple issue, but I just can't crack it. I've seen a few similar posts, but none have quite the same situation or a solution I can make work. I have multiple files I need to read, and the sheet names should be the same, but in some cases the sheet name contains a trailing space. It appears that when Alteryx reads this space in, it stops the import and I can't get all my data. I've tried directory input, a batch input routine, but it always bombs.
I believe that if I can simply get a simple input tool to read in all the sheets that I can make it work, but I can't do even that. Here is a picture of a simple workflow pulling from the three files, showing the 3 records I need:

If I use a wildcard for the input, then I only get 2 of my 3 files - the "8 IE" file which has a space in the sheet name is ignored.

How can I pull in all 3 of these files at the same time without error? This has to be possible, but I've just burned most of a full day trying and still can't get it. Thanks!