Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team,
I have been loading my data from Sharepoint List in 2010.
Recently my sharepoint got migrated to 2016. Can someone please guide me how I can load the same data from SharePoint 2016?
Old one:
LOAD *
FROM
[sharepoint]
(html, unicode, embedded labels, table is @4);
New one:
Hi Sayadutt,
I have extracted data from Sharepoint List using RPC-Calls, where we need to first get the list id then use owssvr.dll. It works smooth. You will find the whole process below:
Thanks
Apurva
Hi Sayadutt,
I have extracted data from Sharepoint List using RPC-Calls, where we need to first get the list id then use owssvr.dll. It works smooth. You will find the whole process below:
Thanks
Apurva