I am exporting the data from my Survey123 form to Excel for use in FME and I encounter an issue when one of my field team members export the same Excel workbook.
So when I export the file the sheets are supplied in this order (which makes sense considering the way the form is designed):
- Vegetation_Quadrats_v3_0
- coord_1
- quad_2
- species_measure_3
- weed_measure_4
- nat_weed_measure_5
- ann_species_r_6
- upp_area_spec_7
- wa_species_8
But when one of my team members do the same from the S123 website they get it reordered and renamed like this:
- quad_0
- species_measure_1
- weed_measure_2
- nat_weed_measure_3
- ann_species_r_4
- upp_area_spec_5
- wa_species_6
- Vegetation_Quadrats_v3_7
- coord_8
In order to use FME on the Excel workbook I need the sheet names to be consistent and in the right order. Is there a reason what I export is different to my other team members? Like some setting they need to enable?