Greetings,
I built an SSIS package that is supposed to populate an Excel spreadsheet. I am using variables to define the source path, Destination File Path, and destination Folder. I use a File System Task in conjunction with a Data Flow task to achieve this (I followed step-by-step directions from this youtube guru: https://www.youtube.com/watch?v=BlWlQyIt86g ).
Problem: Even though my package runs without error, produces 94 rows of output data, and creates a new excel file at the correct path using the correct date stamp, my excel file is always empty (except for the column names) instead of displaying the expected 94 rows.
Before I share the details, I just wondered if there is a common issue associated with this problem that might help me resolve this frustrating situation. Any tips would be much appreciated
Many Thanks!!!
Many Thanks!!!