make expense to csv

This commit is contained in:
Jun-te Kim 2025-04-03 21:30:08 +00:00
parent 7b99d0497f
commit 4dced28749

11
etl/expense_to_csv.py Normal file
View 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("/")