Viewing 9 posts - 16 through 24 (of 24 total)
LOL :laugh:
a motorbike ashtray!!!
Thanks, Phil. I needed that this Monday morning!
January 5, 2009 at 8:15 am
Brandie,
I thought we were talking SSIS.
A ForEachLoop populating a variable with a complete UNC path.
like: "\\SourceServer\ShareFolder\DB1\DB1_db_200812011600.bak"
Try this....
Open a package in BI, (SSIS).
create a variable, 'SourcePath' as a string with...
January 5, 2009 at 7:36 am
Brandie,
Does the "DiffShareFolderName" have any relation to the source "ShareFolder"?
The following expression code will pull just the file name from the complete filepath in your variable.
This can be placed in...
January 5, 2009 at 6:27 am
Hey Brandie,
I have used the following ConnectionString expression in my destination connector to ADD a folder and date to a file name:
SUBSTRING( @[User::filename],1, FINDSTRING( REVERSE(@[User::filename]) , "\\", 1 ) )...
January 2, 2009 at 3:53 pm
In the Precedence Constraint editor, set the Multiple constraints to Logical OR.
November 5, 2008 at 10:29 am
I've had this issue with translating JDEdwards dates running on an AS400.
JDEdwards date format is: CYYDDD
Had to import as datatype(INT) and used a function to translate.
August 6, 2007 at 9:38 am
The answer would be Nested foreach loops.
Build a foreach loop for a single folder in a variable, with the data transformations, then place that inside another foreach loop that loops through...
July 17, 2007 at 12:16 pm
David,
Look at the Pivot data transformation.
Ron
May 31, 2007 at 7:05 am
If your output file format is the same , or at least managable,(say 3 or 4 different formats) I think i would:
1. create a table with the dynamic variables info. (storeID, ProductID, filenames,...
May 22, 2007 at 2:15 pm
Viewing 9 posts - 16 through 24 (of 24 total)