We are trying to pump 3rd party data into our application. We have the following steps defined...
- Excel Source of the 3rd Party delivered spreadsheet
- Data Conversion of some Date data columns
- OLE DB Destination of the raw 3rd party data that we want to store for reference and auditing purposes
Now we want to perform some edits and data cleansing of the 3rd party data. The first thing I tried was a Lookup to try and see if we can match the 3rd party data to our [MEMBER] Table. When I try flowing and connecting theOLE DB Destination task to the Lookup task, I get a big fat warning...
No rows will be sent to error output(s). Configure error or truncation dispositions to redirect rows...
And the connection error appears in red and is labeled...
OLE DB Destination Error Output
Am I missing a step here? Do I need to clean this up or can I simply ignore it? Do I need to OLE DB Source the data before I attempt querying our database which is a different SQL Server Database than the Database we actually pump the 3rd party data into?
Thanks for your review and am hopeful for a quick reply.