Viewing 14 posts - 1 through 14 (of 14 total)
Hi,
using TRIM solves the issue
TRIM([MSTUB-xInt_Only-Rev-Dt]) == "0 0 0 0" ? NULL(DT_WSTR,10) : SUBSTRING([MSTUB-xInt_Only-Rev-Dt],5,4) + "-" + SUBSTRING([MSTUB-xInt_Only-Rev-Dt],3,2) + "-" + SUBSTRING([MSTUB-xInt_Only-Rev-Dt],1,2)
April 2, 2014 at 8:48 am
Hi All,
I have the following Expression working on a Derived Column in an SSIS Data Flow Transformation
[Date_Start] == " 0 0- 0- 0" ? NULL(DT_WSTR,10) :...
April 2, 2014 at 3:42 am
The current string in the expression is
"0 0- 0- 0"
April 1, 2014 at 9:23 am
Hi John,
I have tried with and without spaces at the start but made no difference
April 1, 2014 at 9:19 am
Hi there,
yes I have used konesans in the past and it is a great solution, unfortunately a lot of organisations will not accept it on their systems as the code...
January 29, 2014 at 1:31 am
Hi Peterjonk , Farlzy, Koen verbeech
what I've decided to do here is now that I have it writing Success to the Log whether or not a file is present, is...
January 27, 2014 at 7:42 am
Hi Koen,
Thanks for your reply...
I am thinking of coding the looping into the C# script, which is the first task...
The only issue I see with this, is that the dba...
January 27, 2014 at 7:18 am
Hi Peterjonk, farlzy and Koen Verbeech,
thanks for your replies. Just to clarify what I want to achieve
I have set up a test package which has two tasks.
The first task,...
January 27, 2014 at 4:53 am
Hi kenneth.mofokeng,
thanks for your reply.
The run64BitRuntime is set to False.
The issue only arises with this one specific file, the other xlsm files are loading fine using this SSIS package.
September 26, 2013 at 3:17 am
Hi,
thanks for your input...
I eventually got these files loading..
i noticed a few what i thought to me to be minor differences between the layout of the working...
March 30, 2013 at 5:38 am
Hi,
I eventually used the following code,
The excel serial data in my scenario always begins with '4'
The code below is fired at the loaded staging table in the database..
thanks for your...
March 21, 2013 at 10:10 am
Hi Koen Verbeeck,
thanks for your input... I believe it is the number of days since 1-1-1900, however there seems to be some issues regarding leap years ....
March 21, 2013 at 4:57 am
I have observed one further issue,
for example I examined one excel source file which has a date displayed in the cell as 30-Jan-2013, the cell is formatted as Date...
March 21, 2013 at 4:28 am
Hi devilsid,
thanks for your comment.
There is no particular reason I want that particular formatting, as long as they all values are consistently formatted I caan live with that.
When you say...
March 21, 2013 at 3:16 am
Viewing 14 posts - 1 through 14 (of 14 total)