Hi have a project where I want to get data from Salesforce.com. Currently I am using JitterBit data loader for extraction of data from Salesforce.com. But this method is an indirect method where I have to extract into .csv files first and then load .csv into destination using SSIS.
Since SSIS is an ETL tool, why SSIS is not providing direct access to Salesforce.com. There are many custom controls are available in market currently using which we can connect to Salesforce.com. But all those need licensing.
Do we have any other way using which we can connect to Salesforce.com. Also I am thinking can we create custom control using .NET code. If yes, I need some help on this.
Please let me know if anyone have worked on this. Thanks in advance.