- In SSDT, add a new package to the Chapter08 SSIS project. Name it TermExtactionLookup.
- On the Control Flow tab in the Package Designer, add two data flow tasks. Name them TermExtraction and TermLookup and connect them with the green arrow. The term extraction task should be first.
- Click the Data Flow tab. Select the TermExtraction task. Prepare the data flow for this task.
- Add a flat file source. Name it ImportBlogs. Set the properties for this source:
- Create a new connection manager called BlogsTxt, whose source file is C:\SSIS2016Cookbook\Blogs.txt. Select the column names that are in the first data row checkbox.
- Click Columns. Check whether you see the data in tabular format with three columns and five rows. The columns ...
How to do it...
Get SQL Server 2017 Integration Services Cookbook now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.