Viewing 3 posts - 1 through 3 (of 3 total)
Thanks for the suggestion elliott
I'll try adding breakpoint at string filepath = Dts.Variables["user::var_file_path"].Value.ToString();
I am extracting the data(same or different) and loading it to SQL server table for the sake...
October 14, 2015 at 5:51 pm
I used this script for declaring the variables:
public void Main()
{
// TODO: Add your code here
string filepath = Dts.Variables["user::var_file_path"].Value.ToString();
...
October 14, 2015 at 5:17 pm
Thanks Elliott Whitlow.
Well I am trying to load a folder which contains same structured file (same column count, order and information) in three different format (.xls, .xlsx & .txt). And...
October 14, 2015 at 5:07 pm
Viewing 3 posts - 1 through 3 (of 3 total)