Processing field data from ODK to OpenStreetMap format, and other field data collection utils.
GNU Affero General Public License v3.0
16
stars
79
forks
source link
Using `update_form` on a custom form with duplicate fields #296
Open
spwoodcock opened 2 months ago
Describe the bug
mandatory_fields.xlsx
XLSForm.update_forms
with a custom form that contains duplicate fields, then we get some duplicate columns.mandatory_fields.xls
contains thestatus
field. The currentbuildings.xls
also contains a status field.When these forms are merged, we get a duplicate
save_to
column calledsave_to.1
:To Reproduce
update_form.merge_sheets
onbuildings.xls
in this repo.Expected behavior
Additional context
save_to.1
column.