Viewing 14 posts - 1 through 14 (of 14 total)
The result table should look like the attached pic.
September 21, 2011 at 11:49 am
Ya I figured that out. I tried this expression and it worked:
=iif(LEN(Fields!Weather.Value) = 0,"", LEFT(Fields!Weather.Value, LEN(iif(LEN(Fields!Weather.Value) = 0," ",Fields!Weather.Value))-1))
Thanks for your reply!
September 21, 2011 at 8:52 am
You need to click on Flat File Connection Manager Editor from the "Connection Managers" pane not the Flat File Source Editor.
June 24, 2011 at 8:26 am
Like you said, there is no "space" option for text qualifier. One option you can try is, read the data of all the columns in one column. For that you...
June 23, 2011 at 2:08 pm
Thank you for that useful information!
May 11, 2011 at 8:00 am
It was the SQL Server machine.
May 3, 2011 at 8:38 am
The package was using Attunity Driver. The DBA had to install both 32 bit and 64 bit Attunity Drivers at his end. After that we were able to run the...
May 2, 2011 at 2:25 pm
Thanks both of you for your replies. I will try running the packages with dtexec (32 bit version).
April 14, 2011 at 8:14 am
I recently purchased Microsoft Visual Basic 2010 Step by Step, by Michael Halvorson. According to the reviews, the book was supposed to be good. I havn't looked at the book...
April 1, 2011 at 8:11 am
You can certainly edit SSIS configuration file. For more information, please check this site: http://msdn.microsoft.com/en-us/library/cc895212.aspx%5B/url%5D
April 1, 2011 at 8:04 am
You can use Checkpoints. But a package can be restarted only at the control flow level. You cannot restart a package in the middle of a data flow. To avoid...
March 30, 2011 at 8:25 am
...Or you can use a third party component, Row Number Transformation. You can download it here: http://www.sqlis.com/sqlis/post/Row-Number-Transformation.aspx
March 18, 2011 at 11:13 am
Can you provide how your flat file data looks like?
Thanks.
March 17, 2011 at 9:59 am
I faced with a similar issue few weeks back. You need to use SORT for the child output and sort it by the Parent_Id. Then use MERGE JOIN to merge...
February 11, 2011 at 11:35 am
Viewing 14 posts - 1 through 14 (of 14 total)