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

Read data sheets from JSON #127

Open geoo89 opened 4 months ago

geoo89 commented 4 months ago

When creating new flows, supplement the collection of data sheets from a content index with additional sheets provided in a JSON which overwrite the sheets from the content index in case of a name collision.

geoo89 commented 1 month ago

122 implements reading sheets in json format. However, this is a naive, model-agnostic export of the spreadsheet into json, rather than a nested json taking the model into account.