ssis - Dynamic Flat File Connection to import new file everyday -


i have create job imports data .csv file database table everyday. have created job , works fine long filename same.

the file comes in everyday has different name, trying set dynamic flat file connection. have 1 file load everyday not trying use each loop container , also, not @ script task.

i trying see if there other way achieve using ssis.

i have created variable path "c:\daily files\" @[user::myfilepath]. using variable in connectionstring expression property of flat file connection manager.

but not work. error saying cannot open datafile.

can tell me missing here?

if need create connection manager file changes name everyday, have write kind of expression so. on other hand, easier way out use each loop container not care name of file long give *.csv in qualifying field.


Comments

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

android - Associate same looper with different threads -

visual studio 2010 - Connect to informix database windows form application -