Hi All,
I have set of files to read from in follwing 2 formats:
doc60.txt , doc601.txt, ----till doc609.txt
and
doc60n.txt,doc60n1.txt,doc60n2.txt-----till doc60n9,txt
I have created 2 simple packages using FOR EACH loop container to read one by one using doc*.txt and doc??n*.txt
The problen is coming with the first package as it tries to read all doc*.txt as well as doc??n*.txt..
So I want to ignore n character in this read....Any help how to achieve this in SSIS.
Thanks
[font="Comic Sans MS"]
---------------------------------------------------Thanks [/font]