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

Configurable export column headers #37

Closed geoo89 closed 1 month ago

geoo89 commented 1 year ago

RowParser.unparse_row simply exports every potential field as a separate column. It may be desirable to group some fields into a single column, e.g. a list of numbers or strings; thus the behaviour should be configurable in some way.