Python Forum
Pulling data from Sharepoint list - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Pulling data from Sharepoint list (/thread-19832.html)



Pulling data from Sharepoint list - gandiswapna0388 - Jul-16-2019

Hello There,
I'm very new to python and need little help in below.
Got a requirement to pull the data from share point list and writing it text file. Explored some of the options online, some suggested to use REST API and some used different libraries. Now I'm really confused how to take this up forward and any help would be greatly appreciated.


RE: Pulling data from Sharepoint list - perfringo - Jul-17-2019

You can use SharePoint-s feature Export to Excel and do whatever you want with this file or you can use Flow template 'Copy SharePoint list items in a CSV each week' and adjust 'Recurrence' according to your needs.