You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
odkmeta uses XLSForms, not XForms, and it looks to the XLSForm type when creating the do-file. For example, it correctly processes datetime, start, and end fields in the same way, knowing that they all correspond to the dateTime XForms type. However, there are other XLSForm types that we don't account for, even if it'd be easy to do so and we already have logic for the corresponding XForms type. We should look at the XLSForms alias.py and see if there are more field type aliases that we could easily incorporate into odkmeta.
The text was updated successfully, but these errors were encountered:
odkmeta
uses XLSForms, not XForms, and it looks to the XLSForm type when creating the do-file. For example, it correctly processesdatetime
,start
, andend
fields in the same way, knowing that they all correspond to thedateTime
XForms type. However, there are other XLSForm types that we don't account for, even if it'd be easy to do so and we already have logic for the corresponding XForms type. We should look at the XLSFormsalias.py
and see if there are more field type aliases that we could easily incorporate intoodkmeta
.The text was updated successfully, but these errors were encountered: