September 14, 2011 at 2:38 pm
hi,
Please tell me if it is possible to tell foreach loop container what file to process
base on the file lenght? if it is , how please? -
i need to process only 4 digit files exe 2222.mdb,3456.mdb files
September 14, 2011 at 9:53 pm
Try using 4 ? characters as the file name wildcard in the foreachloop container
e.g. ????.mdb
September 15, 2011 at 6:41 am
Can you please explain little more elaborately...
September 15, 2011 at 7:12 am
In the properties of your FEL, there is something like filename/filespec, which you can use to refine the files to be selected by the FEL.
? is a single-character wildcard, representing any character. So ????.mdb will select all mdb files in the folder which have a four-character file name.
The absence of evidence is not evidence of absence
- Martin Rees
The absence of consumable DDL, sample data and desired results is, however, evidence of the absence of my response
- Phil Parkin
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply