function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
rd7rd7 

Connect Informatica Cloud Data Loader to SharePoint List

I would like to maintain a SharePoint list from a SalesForce table using the Informatica Data Loader. I could possibly use the Data Loader to SQL Server or Access or a csv file and then try to figure out a way to automatically load the data from those sources to SharePoint.

 

It would be much easier to have a direct connection. I am looking into creating an ODBC connection to a list, but it doesn’t seem possible.

 

Is there a service I haven’t seen?

Thanks,
Chris

sean*harrisonsean*harrison

If there's a way to do it with Informatica I'd love to hear about it.


Seems like integration with Sharepoint involves either an AppExchange app, using a M$ tool, writing a .NET app against the MOSS API, or rigging something in Sharepoint to export flat files to another server (that Informatica could access, for example)


AppExchange

 

AvePoint
Stratus
M$ Tools
A .NET app could use the SharePoint Web Services API to pull from SP and then to SF, although some have reported the SharePoint an API a bear to work with.