Quantcast
Channel: Questions in topic: "ssis"
Viewing all articles
Browse latest Browse all 813

How do I move multiple files of different category from one folder to different tables

$
0
0
There is a folder on my server in which 10-10 files are there for each category. I need to create a SSIS package which can automatically load the same type of category files to their corresponding tables. For example, for product information, I have 10 different files named product_1,product_2 etc. I need to fetch the data and put it into the [product] table in the database. Similarly I have 10 other categories. I want to do all this in one SSIS package.

Viewing all articles
Browse latest Browse all 813

Trending Articles