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
If you have a select_one_from_file data.csv question in a form and the attached data.csv has a name header with a trailing space, Collect will fail (and Enketo will succeed).
We should probably do as Enketo does and remove all whitespaces from names. We should also see if Enketo trims values as well and consider standardizing on that behavior.
The text was updated successfully, but these errors were encountered:
If you have a
select_one_from_file data.csv
question in a form and the attacheddata.csv
has aname
header with a trailing space, Collect will fail (and Enketo will succeed).Good:
list_name,name,label
Bad: `list_name,name ,label
We should probably do as Enketo does and remove all whitespaces from names. We should also see if Enketo trims values as well and consider standardizing on that behavior.
The text was updated successfully, but these errors were encountered: