How to parse a date from an SSIS Excel filename
Posted
by user327045
on Stack Overflow
See other posts from Stack Overflow
or by user327045
Published on 2010-05-04T17:43:12Z
Indexed on
2010/05/04
17:48 UTC
Read the original article
Hit count: 198
I want to use the foreach container to iterate through a folder matching something like: "Filename_MMYYYY.xls". That's easy enough to do; but I can't seem to find a way to parse the MMYYYY from the filename and add it to a variable (or something) that i can use as a lookup field for my DimDate table. It seems possible with a flat file data source, but not an excel connection. I'm using Visual Studio 2005. Please help!
© Stack Overflow or respective owner