I am trying to create a SSIS package for the interface between SQL Server and the Salesforce. I have created the connection between the systems and using a third party COZYROC Connector for SF connection and the data flow looks like below
I am not able to do any hardcoded mapping to the fields in Salesforce
While mapping it just shows the available input columns there is no way where I can set the hardcoded values for some fileds while doing an upsert. How can this be done.