Hi
I couldn't find the solution i was looking for.If this is a repeat question,I am sorry.
I have multiple excel sheets which i will be reading by using Directory tool and a Batch macro.
I am facing problems to do this when there are multiple sheet in the excel.
I tried with Dynamic input to fetch the sheet names of the files being passed through the Directory tool,but the limitation is that the Schema should be same.
I am working with Files which will have different schema for files and worksheets.
I only want to get the sheet names of individual files (Full path will be passed via the Directory tool).
I tries creating a macro by passing the Fullpath|<List of file names> to a macro where i use the Text Parse to fetch the sheet names.But this approach also failed due to the schema
Attaching the file i tried out with.
Thanks
Nidhin