We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update_form
Describe the bug
We have a mandatory_fields.xlsx XLSForm.
mandatory_fields.xlsx
If this is merged via update_forms with a custom form that contains duplicate fields, then we get some duplicate columns.
update_forms
For example the mandatory_fields.xls contains the status field. The current buildings.xls also contains a status field.
mandatory_fields.xls
status
buildings.xls
When these forms are merged, we get a duplicate save_to column called save_to.1:
save_to
save_to.1
To Reproduce
update_form.merge_sheets
Expected behavior
Additional context
The text was updated successfully, but these errors were encountered:
spwoodcock
Sujanadh
No branches or pull requests
Describe the bug
We have a
mandatory_fields.xlsx
XLSForm.If this is merged via
update_forms
with a custom form that contains duplicate fields, then we get some duplicate columns.For example the
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.The text was updated successfully, but these errors were encountered: