diff --git a/ews/coordinator/survey_servers/processor_surveys_wrt.py b/ews/coordinator/survey_servers/processor_surveys_wrt.py
index cbf553b5a49160ad40238bc8018890ec6a6f7b33..0992e0f273f36f027a3f60818e38b19aa7af0b7a 100644
--- a/ews/coordinator/survey_servers/processor_surveys_wrt.py
+++ b/ews/coordinator/survey_servers/processor_surveys_wrt.py
@@ -107,6 +107,7 @@ def nested_to_flattened(df):
                 "CollectionDate",
                 "UpdateDate",
                 "GrowthStage",
+                "SurveySite",
                 "listDisease"]
         for i in RAW_COLUMNS:
             df[i] = ""
@@ -215,6 +216,7 @@ def get_WRT_form_as_csv(form_credentials: dict, jobPath: str, config: dict, stat
         "CollectionDate" : ('parse_date',(('name_out','survey_infromation-survey_date'),('fmt_in','%m/%d/%Y'))),
         "UpdateDate" : 'None',
         "GrowthStage" : 'site_information-growth_stage',
+        "SurveySite" : 'site_information-survey_site',
         "listDisease" : 'None',
         "YR.Severity" : ('parse_cases',(('name_out','yellow_rust-yellowrust_severity'),('cases', cases_severity),('dtype', int))),
         "YR.Incident" : ('parse_cases',(('name_out','yellow_rust-yellowrust_incidence'),('cases', cases_incident))),