import - Importing Flat Files in SSIS using @FileName as the destination table -


I am trying to import a large number of flatfiles using SSIS, but I want to use foreach , So that it can get the name of the file and it can be used as the table destination name. For example:

flat file name: ExampleOfFile.txt

Performs foreac, file name and store variable @ FileName

Found in the destination table: [dbo]. [

Thanks!

post text "itemprop =" text ">

This post shows a great example To learn about doing anything in SSIS, check out other posts by Jema:


Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -