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

Cell parser separators #61

Closed geoo89 closed 1 year ago

geoo89 commented 1 year ago

Support two types of separators to encode lists in cells: | and ; Escape sequences for these characters to be used as strings are | and \; and \ can be escaped as \

Fixes #51