Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spajai/etl-sharepoint-data-uploader-pipeline
Custom Python Script to Pull specific data from source and Upload to the Microsoft SharePoint
https://github.com/spajai/etl-sharepoint-data-uploader-pipeline
data etl etl-pipeline microsoft microsoft365 python3 sharepoint sharepoint-online
Last synced: 25 days ago
JSON representation
Custom Python Script to Pull specific data from source and Upload to the Microsoft SharePoint
- Host: GitHub
- URL: https://github.com/spajai/etl-sharepoint-data-uploader-pipeline
- Owner: spajai
- License: mit
- Created: 2022-09-07T16:42:07.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-07T16:51:52.000Z (over 2 years ago)
- Last Synced: 2024-11-07T13:42:13.360Z (3 months ago)
- Topics: data, etl, etl-pipeline, microsoft, microsoft365, python3, sharepoint, sharepoint-online
- Language: Python
- Homepage: https://github.com/spajai/ETL-sharepoint-data-uploader-pipeline
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ETL-sharepoint-data-uploader-pipeline
Custom Python Script to Pull specific data from source and Upload to the Microsoft SharePoint### Usage
* Edit Define setting.py file
`pip3 install json, os, sys office365`
* Can be used to refer the upload section on Sharepoint. (Reference purpose)
#### Example
`pyhon3 scipt.py -k k1,k2,k3 -f f1,,f3 -m ,,m3`
`pyhon3 scipt.py -v k1:f1:m1:t1, k2, m2`