Hi, I apologize for my delay in getting back to this. I had to step away from this for a while but I have had a chance to revisit this issue and I discovered the cause of the issue and wanted to share. I originally thought that file size for the CSV was the issue, but as it turns out it is a character in one of the column headers that is causing the "cannot recognize file type" error.
The column header in question looks like this:
Owner ID
It is an odd column header, and unfortunately I cannot control the column headers in the document as it is an export document from a third party system. It is the upside down question mark (¿) character that is preventing the document from being read. Removing that character from the column header allows XLSIO to read it just fine.
Since I cannot control the formatting of the document I cannot think of any good work around. If you have any ideas, please share.
Thank you!