Python Forum

Full Version: Pulling data from Sharepoint list
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
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.