Hi,
I have a on-prem SharePoint (not sure which version yet; neither is it important right now) from where I need to export items from a custom list (very simple list) to an instance of SharePoint Online. This needs to be done once every day.
My first thought is to have a Windows Service running on the SharePoint on-prem machine which runs as often as I want, and that takes care of reading the data from the list and pushes the data up to SharePoint Online (to a identical list).
Now, how do I go about doing this? Can someone please point me in the right direction? Are there Web Services in SharePoint Online that I can use? Examples on this would be great.
Thanks a bunch!