Global Variable to Flat File import
Folks,
I have a very basic problem. Still I canât get around it.
1. CSV file need to be loaded daily
2. Each day file is named based on date (i.e. yymmdd.csv)
3. My process goes:
a. ActiveX (loads in Global Variable full path and name of the file that should be loaded that day). It works fine.
b. Then Dynamic Properties Task tries to use Global Variable to specify file that should be loaded from Connection1.
c. Connection1 is source CSV file
d. Connection2 is DB.TBL
Package runs but loads hardcoded file set in Connection1 instead a file specified by variable.
What am I doing wrong. It looks so basic still I donât see an issue.
Any suggestions ⦠Please!
|