Hi,
Is there anyway to use wild cards in Map column? I have files called “v01b01r01_deltaP0”, …, “v01b03r03_deltaP105”. I want to extract the “deltaP” values (i.e., 0, 5, … 105) from file names. The map command works but, there are so many of them and it just does not make sense to specify them one by one. Ideally, I am looking for something like below;
*deltaP0 –>0
*deltaP5–>5
*deltaP10–>10
….
Thank you very much
Kourosh