I'm building a package to load flat files and have found that some of my files have empty rows at the bottom. I'd rather prevent them from being loaded than have to go back and delete them from an indexed table later.
Is there an easy transform I can do right before the load to OLE DB Destination step? Feel like I'm missing something obvious...
Thanks!