mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-06-08 11:17:29 +00:00
make expense to csv
This commit is contained in:
parent
7b99d0497f
commit
4dced28749
1 changed files with 11 additions and 0 deletions
11
etl/expense_to_csv.py
Normal file
11
etl/expense_to_csv.py
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# Make a a folder in a new directory from a string
|
||||
# Great time to work out asynchrnous functionality if i have time
|
||||
from etl.scraper.scraper import SharePointInstaller
|
||||
from etl.scraper.scraper import SharePointScraper
|
||||
|
||||
domna_sharepoint = SharePointScraper(SharePointInstaller.DOMNA)
|
||||
|
||||
domna_sharepoint.get_folders_in_path("/")
|
||||
|
||||
jjc = SharePointScraper(SharePointInstaller.JJC)
|
||||
jjc.get_folders_in_path("/")
|
||||
Loading…
Add table
Reference in a new issue