September 9, 2008 at 8:06 am
I have the following conditions:
1.I have a flat file that lists some order numbers
2. I have a folder with a file per order
3.I need to find the file correspomding to the order number on the flat file.
the order number is part of the file name
4.after I have the file corresponding to the order, I wish to insert the file name and path into a table
The problem is that i don't want to insert all of the file names into my table because the folder will never be purged and it will get to be very big.
Any ideas on how to do that?
I will really appreciate it.
September 9, 2008 at 11:05 am
I got it.
I did a forech loop container to loop through the files of the directory.
so selected for each file enumerator
selected the folder
and for the file name created an expression
filespec "*" + @[User::MyOrderVariable]+"*.*"
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy