Click here to Skip to main content
15,920,111 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Here is the file name "FBSIC.XA0207TA.@XYZ.D141022.Cv114600.FIN.ACK". if i make a direct connection through flat file source it works but if i try to loop throuh multiple file name like this it doesnt work?

Thank you
Posted
Comments
Sergey Alexandrovich Kryukov 18-Sep-14 21:58pm    
What does it mean, "read file name", from where? I would understand if you asked about reading the file.
And what's the problem? What have you tried so far?
—SA
com-1 18-Sep-14 22:08pm    
i have flat file files with the name you saw above i am trying to use foreachloop container to parse the files but for each loop container in ssis is not reading them. If i make a direct connection i can parse the file but not in foreach loop container.
Sergey Alexandrovich Kryukov 18-Sep-14 22:21pm    
What container? I really don't understand what's the problem. Is it about getting the set of some files by some file name pattern and traversing it in the loop? Anything else.
—SA
com-1 18-Sep-14 22:22pm    
Yes
ashok rathod 18-Sep-14 23:45pm    
it dependes on how you had implemented split logic .if i am not wrong

1 solution

Hi,

Place the files in some folder and iterate through the files available in that Folder by selecting files *.*

If you try to select the files with *.ACK then some how it is not working. I have tried above solution and it works for me.

Thanks,
Baliram
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900