hotosm / osm-fieldwork

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

Created a function to append mandatory fields into custom xls form #289

Closed Sujanadh closed 2 months ago

Sujanadh commented 3 months ago

Description:

This PR introduces a new function update_xls_form that updates a custom XLS form by integrating mandatory fields at the start (calculation fields) and appending additional fields (digitization fields) at the end. The function processes all sheets within the provided Excel files, ensuring that any common fields between the custom, mandatory, and append forms are handled correctly.

Key Features:

spwoodcock commented 2 months ago

Love this PR!

Sujanadh commented 2 months ago

Yet to implement: