venkatpavan
Programmer
We receive four files with following naming convention,
My task is to read these four files from the same directory and process them through my script,
Filenames:
ABCD_CLIENT_20101203.csv
EFGH_CLIENT_20101203.csv
IJKL_CLIENT_20101203.csv
MNOP_CLIENT_20101203.csv
Q1. Issue is I have to read the file by filename and not use wild card,If it is a single file I can use the variable filename (ABCD_CLIENT_currentdate) and read directly using currentdate.
Any ideas??
Thanks,
V
My task is to read these four files from the same directory and process them through my script,
Filenames:
ABCD_CLIENT_20101203.csv
EFGH_CLIENT_20101203.csv
IJKL_CLIENT_20101203.csv
MNOP_CLIENT_20101203.csv
Q1. Issue is I have to read the file by filename and not use wild card,If it is a single file I can use the variable filename (ABCD_CLIENT_currentdate) and read directly using currentdate.
Any ideas??
Thanks,
V