|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Today @ 1:19 AM
Points: 20,
Visits: 157
|
|
I have an folder with multiple files . For passing the folder, i have set the Directory expression as @[User::strFinSourceFolder] + "\\"
I want to select files starting with USA. File loop works fine when i add the Files textbox as USA*.csv
I add the parameter instead of USA in the files textbox as @[User::strFileNameStart] + "*.csv"
But things are not even entering into the loop ... Please help me how to set the filename start in the for each loop
|
|
|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Today @ 1:19 AM
Points: 20,
Visits: 157
|
|
i got the soln.. by using filespec thanks http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=181108
|
|
|
|