Hi,
Thanks in Advance!
I'm new to Alteryx and I'm trying to load multiple files having different schema to multiple SQL tables using batch macro & dynamic input. But only 1 file is read and other files are skipped.
Example : I have 2 files "File1" & "File2" and these 2 files should be loaded to 2 different SQL tables when i give the folder path to directory tool.
File 1:
| SNO | Name | Designation |
| 1 | Mark | Manager |
| 2 | Tim | Senior |
| 3 | Jon | Staff |
File 2:
| SNO | Name | Department | Pay |
| 1 | Mark1 | ABC | XX |
| 2 | Tim1 | XYZ | XY |
| 3 | Jhon1 | ADF | XZ |
Method i used is :


Can anyone help in getting this done. With an example.
Thanks!