Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
peace
Constraint Violating Yak Guru
420 Posts |
Posted - 2015-04-01 : 10:56:21
|
I have sftp path with username and password.I want to grab the file insert into table.The filename will be dynamic as I cant set the expression to be fix. Example fileName_20150401_2235.txtHow can I grab and insert the data into table in SSIS? |
|
gbritton
Master Smack Fu Yak Hacker
2780 Posts |
Posted - 2015-04-01 : 12:31:06
|
The expression can include variables such as date and time |
|
|
peace
Constraint Violating Yak Guru
420 Posts |
Posted - 2015-04-01 : 18:35:31
|
I want to set it something like filename*.txtIs that possible? Any step by step process to apply this? |
|
|
gbritton
Master Smack Fu Yak Hacker
2780 Posts |
Posted - 2015-04-01 : 20:07:29
|
in expression editor:1. drag variable name to edit area2. type + "*.txt" |
|
|
peace
Constraint Violating Yak Guru
420 Posts |
Posted - 2015-04-01 : 21:06:08
|
Any sample to refer example? |
|
|
peace
Constraint Violating Yak Guru
420 Posts |
Posted - 2015-04-01 : 23:10:11
|
how can I set the command to get and put the file to local? |
|
|
|
|
|