Hi all,
The user put some XLS file in a directory.
The file are called xxxxxxxx.yymmdd (with xxxxxxx variable file name and yymmdd the date)
In all file there is a Sheet called xxxxxxxx_yymmdd
The column names and format are fixed
is it possible to make a generic task to read these files ?
I can use ${filename}.${date} as variables for filename :
But is it possible to have ${sheet} as variable to Sheetname ?
When I used ${sheet}, the read of file dosn't work !
It ok if I put the name (in hard) xxxxxxxx_yymmdd
What I have to do to have a generic task for read my XLS ?
The user put some XLS file in a directory.
The file are called xxxxxxxx.yymmdd (with xxxxxxx variable file name and yymmdd the date)
In all file there is a Sheet called xxxxxxxx_yymmdd
The column names and format are fixed
is it possible to make a generic task to read these files ?
I can use ${filename}.${date} as variables for filename :
But is it possible to have ${sheet} as variable to Sheetname ?
When I used ${sheet}, the read of file dosn't work !
It ok if I put the name (in hard) xxxxxxxx_yymmdd
What I have to do to have a generic task for read my XLS ?