Viewing 7 posts - 1 through 7 (of 7 total)
The following seemed to have worked...
(LEN(TRIM((SUBSTRING([Column 0],247,8)))) < 1 ? "" : (SUBSTRING([Column 0],247,2) + "/" + SUBSTRING([Column 0],249,2) + "/" + SUBSTRING([Column 0],251,4)))
by reformatting the string to the dd/mm/yyyy...
September 23, 2008 at 3:57 pm
It was the substring length that was the problem. I had the wrong lengths and it was masked by the fact these are fixed length rows with a lot...
September 23, 2008 at 11:02 am
I tried putting two Derived Column objects in line with the substring function in the first and the cast in the second and it works fine without any errors. ...
September 22, 2008 at 3:28 pm
I finally had some one point out what the problem was on another board. I was using a SQL Server Destination which will only work for the server the...
September 18, 2008 at 6:32 pm
Whats really baffling about this is I have a Execute SQL Task on the front end of this package that flushes the tables prior to populating them and it works...
September 18, 2008 at 3:25 pm
The Conditional Split seem to work pretty good 🙂 . My only issue now is I can't seem to get it to write to the same textfile during the...
September 2, 2008 at 3:25 pm
Viewing 7 posts - 1 through 7 (of 7 total)