looping through XLS files

Hi, I have several .xls files that have column “product ID” and other columns. I am trying to create a list of all of the product numbers from all of the different .xls files. I’ve used:

list files -> table row to variable loop start -> excel reader (XLS)

I have an error “Execute fail: table created from file “B.xls” has different structure than previously read file”. How can I fix this? The 2 files are structurally identical.

Maybe there is an empty (hidden) column … try to select “Skip empty (hidden) columns” in the “More Options” section of the node configuration

2 Likes

Hi there @callamari,

If that is the message you got then they are probably not identical.

See this topic:

Additionally you can share your files if not confidential and someone will take a look.

Br,
Ivan

2 Likes

Thanks all!! I got it figured out. The files were identical as I duplicate them but changed the data. Turns out I needed to change the flow setting to URL instead of Local file system. Thanks all for helping!
:slight_smile:

1 Like

Glad you figured it out @callamari!
Br,
Ivan

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.