diff --git a/coordinator/ProcessorSurveysODKSA.py b/coordinator/ProcessorSurveysODKSA.py index 4ba47848c721c8b858df75d8a35201033bdf6b6a..354c0dec08b36c4f1df6742dc679462b4239cfdc 100644 --- a/coordinator/ProcessorSurveysODKSA.py +++ b/coordinator/ProcessorSurveysODKSA.py @@ -49,7 +49,7 @@ COLUMN_PARSER_DICT = { 'site_information-field_size' : 'site_information-field_size', # requires conversion later 'site_information-variety' : 'site_information-variety', 'site_information-growth_stage' : 'site_information-growth_stage', - 'other_crop' : 'None', + #'other_crop' : 'None', 'survey_infromation-location_name' : 'survey_infromation-location_name', 'survey_infromation-location_blast' : 'survey_infromation-location_blast', 'survey_infromation-sampColor' : 'survey_infromation-sampColor', @@ -101,15 +101,6 @@ COLUMN_PARSER_DICT = { 'KEY' : 'KEY', } - - - -COLUMN_PARSER_DICT = { - - 'site_information-field_area' : 'site_information-field_area', - - } - def get_ODK_SA_form_as_csv(form_credentials: dict, jobPath: str, config: dict, status): '''Given a dict with a single ODK form to download from an ODK Aggregate server with South Asia formatting, obtains it and converts to csv.'''