Hi Community,
I am trying to read in 21 files and guess what, Alteryx can only manage 19 xlsx files. I noticed when I make space (i.e. remove older files) then the latest files get read.
-How can I read in all files?
Kind regards,
nick
Solved! Go to Solution.
I see it now guys.... glaring data inconsistency staring me right in the face. Please ignore this post!
@nnilz ,
For completion of the question (aside from a minor spacing out issue):
There are no limits for file reads. Alteryx does however require that all schemas (description of the data) be identical. This does present some challenges when reading files like excel or CSVs. If a field appears to be a numeric type but one file includes a space or comma, then that file would be omitted. If the lengths of the fields vary, that could be an issue too.
There are multiple solutions (including CReW macros) that solve for these differences. The ultimate power is to use a BATCH macro to read the data (read a list of incoming file paths) and allow the macro to output a UNION of all fields with the permission to have differing output file layouts.
Cheers,
Mark
Hello,
I am seeing an issue with reading an excel file. I have narrowed it down after testing. The file is unable to be read by Alteryx after it exceeds ~268 MB.
Is there a potential solution to this issue? I thought Alteryx wasn't limited on its file size.