FoeEachloop container

  • 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

  • Try using 4 ? characters as the file name wildcard in the foreachloop container

    e.g. ????.mdb

  • Can you please explain little more elaborately...

  • 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