Hello,
I usually import data from flat files to sql server tables. Now that the Flat files comming may have a row having only the column delimitters which is invalid for me.How to overcome this problem in SSIS such that i insert data having a value in atleast one column.
Ex:
Data coming in flat file as shown
Header : Colum0| Column1|column2|Column3|Column4............. <valid>
DataRows :
A|B|C|D|E............<valid>
A||C|D|E..........<valid>
|||D|E.......<valid>
||||......... <invalid>
||||......... <invalid>
||||......... <invalid>
How to avoid these data having only delimitters in flat file.Please advice
Thanks,
Santhosh
Please have look on the comment