splitthird
MIS
I need to get a list of xls files in a folder and then read data from each of them in DTS.
As a first stage I'm trying to find out if it is possible to run a DOS command in DTS? The command would do "dir *.xls /b > file.txt"
I would then need to read the values from the text files to find the names of the xls files and go on from there.....
thanks in advance for any help
As a first stage I'm trying to find out if it is possible to run a DOS command in DTS? The command would do "dir *.xls /b > file.txt"
I would then need to read the values from the text files to find the names of the xls files and go on from there.....
thanks in advance for any help