Join the Alteryx Community’s Maveryx Summer Cup event! Compete, network with others, and earn your gold through a series of challenges from July 24th to August 11th. Learn more about the event here.

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Open Multiple Excel Using Macro

Thordust16
7 - Meteor

Hello,

 

While running a batch macro to open multiple excel files I notice an error message mentioned below.

 

Few files data is not loading due to this error, any help is appreciated.

 

 

1 REPLY 1
BenMoss
ACE Emeritus
ACE Emeritus
Well the problem is informing you of the exact issue, your files appear to very in schema (that be number of columns, headers, header positions or data type).

In a batch macro you can set your configuration to ignore a different schema error in the interface designer.

Alternatively I would just use the macro from this post...

https://community.alteryx.com/t5/Alteryx-Knowledge-Base/CS-Macro-Dev-Reading-in-multiple-files-with-...

Ben
Labels