mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-06-30 13:10:56 +00:00
9 lines
361 B
Python
9 lines
361 B
Python
from etl.surveyedData.surveryedData import surveyedDataProcessor
|
|
|
|
files = [
|
|
# "/tmp/sharepoint/Sandwell/SANDWELL-001/26 Willow close B64 6EG/Content (13).pdf",
|
|
"/tmp/sharepoint/Livewest/Livewest-001/12 Birch End/Summary Information 12 Birch End.pdf"
|
|
]
|
|
|
|
from sqlalchemy.dialects.postgresql import UUID
|
|
sdp = surveyedDataProcessor("fake address", files)
|