I'm trying out the CData Components for SSIS. So far it's connecting to Salesforce, and bring down the "accounts" table. However, I just want to bring one particular down to my SQL Server (OLE DB), change the value of the column and then send it back to the Salesforce Destination. I've changed the column I want. Under the preview tab for my OLE DB Source (The SQL Server table I created from the Salesforce Source) I see my value changed. However, when I send it to my destination the preview shows it unchanged.
Now is it under mapping where I can exclude every column except the one I want? I don't want to inadevertently change all my columns in my SalesForce account table if it's just one value I want to change.