How Can I Connect to Sharepoint list for Data extraction using DSS
UserBird
Dataiker, Alpha Tester Posts: 535 Dataiker
Trying to connect to an https sharepoint list to extract data to DSS
Tagged:
Answers
-
Hi,
I'm not very familiar with Sharepoint, but one of the following might work:
- connect directly to the database (DSS supports SQL Server)
- export the list in CSV, Excel or XML format and reimport it in DSS
- use python to extract information (sharepoint module for instance)
I hope that helps,
Jeremy