Viewing 15 posts - 12,046 through 12,060 (of 13,838 total)
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
By the look of your code, if you really want to convert properly to SSIS, you can throw all of this code in the bin (metaphorically, of course) and use...
May 10, 2010 at 3:07 pm
OK, can you post your expression then?
May 10, 2010 at 8:24 am
Viewing 15 posts - 12,046 through 12,060 (of 13,838 total)