I’m trying to figure out an issue with a workflow. I have a list files node that looks through a directory of xlsx files. Then with another node I read the names of the sheet names within each excel file. Then with excel Reader I read the data from a certain sheet name copying the data to process. Since there is about a thousand files I’m not sure which files are causing problems but 3 times I see the above error.
While reading through the community I see a few articles referring to the error but I don’t see how to correct it.
I’m wondering two things…
how one debugs workflows which hopefully result in determining
Yes workflow successfully completes despite the three errors. My hope is that the structure is the same but thinking there may be three files with a different structure so trying to figure out a way to capture which files are causing problems.
Managed to reproduce it. Probably order of columns is different in those 3 Excel files but according to what I have seen probably doesn’t impact concatenated data as it concatenates according to column name.
Anyways will check this a bit more and get back to you.