Viewing 5 posts - 31 through 36 (of 36 total)
You can use a Script Task with the following code. When you set up the task you need to define two outputs and columns, then set the ID...
[font="Comic Sans MS"]Ira Warren Whiteside[/font]
January 21, 2007 at 10:00 pm
If you have several columns you can also use the "Script Component' and regular expression patterns. I provide a video and sample code to do this at http://www.jumpstarttv.com/Media.aspx?vid=72.
[font="Comic Sans MS"]Ira Warren Whiteside[/font]
January 21, 2007 at 1:36 pm
You need to add the dll to the C:\WINDOWS\Microsoft.NET\Framework\v2.0.?????.
Also see
http://www.developer.com/net/net/article.php/3572761
[font="Comic Sans MS"]Ira Warren Whiteside[/font]
January 21, 2007 at 1:26 pm
Another approach would be the "Script Component". If you are more comfortable with coding you can use the following code for the string to decimal conversion. You must set up...
[font="Comic Sans MS"]Ira Warren Whiteside[/font]
January 21, 2007 at 1:22 pm
You can do the first lookup and pass thru all columns then do the second lookup. This will cause all lookup to occur in the pipeline in lieu of SQL....
[font="Comic Sans MS"]Ira Warren Whiteside[/font]
January 21, 2007 at 12:56 pm
Viewing 5 posts - 31 through 36 (of 36 total)