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: Allow omitting rows or blocks #41

Closed geoo89 closed 1 year ago

geoo89 commented 1 year ago

Introduces an include_if column (whose value defaults to True) that allows omitting rows. A new row type begin_block/end_block is introduced to allow omitting entire blocks of rows.