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

Basic cell parser #4

Closed geoo89 closed 1 year ago

geoo89 commented 2 years ago

Ehmad's cell parser currently parses a string into a dict, see https://github.com/IDEMSInternational/rapidpro-flow-toolkit/tree/cell_parser We should parse strings into nested lists.

geoo89 commented 1 year ago

Partially fixed by #3 Outstanding issues in #51