IDEMSInternational / rapidpro-flow-toolkit

Toolkit for using spreadsheets to create and modify RapidPro flows
GNU Lesser General Public License v2.1
3 stars 1 forks source link

FlowParser: field name checks #54

Closed geoo89 closed 1 year ago

geoo89 commented 1 year ago

When referencing a field, it is now also converted to lowercase. Added checks to ensure the field name doesn't exceed a certain length and contains at least one letter.

Fixed #52