Hi all,
I followed the steps of Mike Chapple's artice "Importing Data with SQL Server Integration Services (SSIS)" listed in http://databases.about.com/od/sqlserver/ht/importing_data_with_SSIS.htm to import a .txt file into the Testshc database of my SSMS 2012. I have the following input .txt file:
I got the following output result:
This output file has extra 1 column (Column 3) and 2 rows (1 blank row and 1 "NULL" row). How can I avoid these extra column and rows in executing this project?
Please kindly help and advise.
Thanks in advance,
Scott Chang