Viewing 15 posts - 12,076 through 12,090 (of 13,870 total)
Should work as you hope. What is the scope of your variable? It should be 'Package'.
May 13, 2010 at 6:30 am
How do you envisage a user initiating this job? Is it their own spreadsheet or one held centrally?
I'm assuming that your question is not just: "Can SSIS import data from...
May 12, 2010 at 2:03 pm
Use an Aggregate transform. T-SQL is faster though.
May 12, 2010 at 9:21 am
That's quite unpleasant.
You will need to read in the source data as a single string (no column delimiter) and then use a Script Component to parse & reformat the data...
May 12, 2010 at 9:01 am
Please post this in the BI forum - this is not SSIS related, as far as I can see.
May 12, 2010 at 7:20 am
"...spaces in the flat file itself..." I do not understand exactly what you mean. You did not answer my question about 'End of Shift'. Please provide accurate sample data.
May 12, 2010 at 4:44 am
What is the data type of the destination column?
Can you be a bit clearer with your example? Are you saying that
'End of shift'
is being saved as
'End of shift...
May 12, 2010 at 4:21 am
I think you need to be posting this question in the BI forum, here. This forum is for SSIS-related items.
May 12, 2010 at 2:44 am
If you are loading a static text file, you already know its name - so you're not doing that, I'm guessing.
If you are loading multiple dynamically named text files, I'm...
May 11, 2010 at 1:15 pm
Might be easiest to output to a single folder and then run a simple piece of script to do the move.
May 11, 2010 at 1:12 pm
No problem. Have fun learning and post back with any specific problems you have along the way.
May 11, 2010 at 10:14 am
Does the variable have a valid 'default' value (as viewed under SSIS/Variables/Value)? Maybe this is being used.
May 11, 2010 at 9:49 am
Here it is in outline - the detail will take quite a bit of working out as you are new though:
A Foreach loop can read through all of the files...
May 11, 2010 at 9:45 am
Elliott W (5/10/2010)
May 10, 2010 at 3:24 pm
Viewing 15 posts - 12,076 through 12,090 (of 13,870 total)