mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-07-12 13:29:08 +00:00
hid data file
This commit is contained in:
parent
c3c155bdb8
commit
d778f79169
3 changed files with 8 additions and 15 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
|||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.py[cod]
|
||||
data/
|
||||
|
|
@ -15,8 +15,8 @@ Definition of one place:
|
|||
- [x] Read a file from what khalim has shared
|
||||
|
||||
Add a local file:
|
||||
- [] mount a local folder directory wiht what Khalim sharepoint he has shared
|
||||
- [] REad files????
|
||||
- [x] mount a local folder directory wiht what Khalim sharepoint he has shared
|
||||
- [x] REad files and do something with it
|
||||
|
||||
|
||||
Once I have sharepoint api working:
|
||||
|
|
|
|||
|
|
@ -1,13 +1,4 @@
|
|||
# from utils.sharepoint.sharepoint import SharePointClient
|
||||
import os
|
||||
|
||||
|
||||
print("Hello world")
|
||||
|
||||
###
|
||||
'''
|
||||
Place holder for SharePointClient - When khalim is back see if I can get this wokring
|
||||
'''
|
||||
###
|
||||
# # Share point env variables most likely
|
||||
# SHAREPOINT_CLIENT_ID = os.getenv("SHAREPOINT_CLIENT_ID", None)
|
||||
|
|
@ -26,6 +17,7 @@ Place holder for SharePointClient - When khalim is back see if I can get this wo
|
|||
# )
|
||||
|
||||
|
||||
###
|
||||
#Get local file read working
|
||||
###
|
||||
|
||||
# Do some with local files and read stuff basic
|
||||
|
||||
print("hello world ")
|
||||
Loading…
Add table
Reference in a new issue