So I want to create a batch macro that consumes different files and opens it inside the batch macro.
Example:
1. Use the directory tool to read all the data from the folder and the data folder inside a folder (By checking Include subdirectories).
Output after the first step:
| Fullpath |
| C:\program\ML\Test.csv |
| C:\program\ML\Json\Test1.csv |
2. After getting the above Fullpath I have to push this into a batch macro and open it in Two different input tools.
Note:
1. Both the file have different schema
2. We have to only use one directory and segregate both the files and open it inside a macro
Let me know if you have any doubt