Quantcast
Channel: SQL Server Integration Services forum
Viewing all articles
Browse latest Browse all 24688

SSIS question - loop through values in textfile

$
0
0

I am new to SSIS and am trying to create SSIS package.

I have value per line in a text file. There is a table consisting of records with each of the values in the text file. The SSIS package should generate text files for each of the value in the text file with the data from the table.

Details:

Text File – abcd.txt

10

11

12

13

Table

1

10

2

11

3

12

4

13

5

10

6

11

7

12

8

13

9

10

The SSIS package should create the following text files with the records that are associated with 10, 11,12 and 13:

10.txt

11.txt

12.txt

13.txt

Thanks in advance




Viewing all articles
Browse latest Browse all 24688

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>