I have multiple excel files in a folder, each having different structure (number and names of columns). I want to read these files one-by-one, perform same specific transformations on each of them (like transpose- all the columns, sort, etc.) and then output the results in separate txt/excel files, one-by-one.
How can I automate this entire process?