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

RowParser: Support dict type #117

Open geoo89 opened 5 months ago

geoo89 commented 5 months ago

Currently, row models cannot contain attributes of type dict. The rationale was that a submodel could be used instead of using a dict attribute. However, this requires a pre-determined set of keys, and there are applications where this is not applicable, e.g. having language codes as dict keys.