XLSForm / pyxform

A Python package to create XForms for ODK Collect.
BSD 2-Clause "Simplified" License
77 stars 134 forks source link

Increase max_adjacent_empty to prevent form breakage #620

Closed yanokwa closed 1 year ago

yanokwa commented 1 year ago

Sometimes, when I'm iterating on forms, I like to use a lot of blank rows to mark my place. And because of https://github.com/XLSForm/pyxform/pull/612, my form doesn't get converted by pyxforms.

max_adjacent_empty of 20 is fine for columns, but for rows, I think we should do 100.

If it's easy, maybe we should also warn that we stopped processing the form because of lots of empty rows and columns.