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

Return dict representing RapidPro flow from create_flows function #106

Closed istride closed 8 months ago

istride commented 8 months ago

The decision to write files to the file system should be left to the caller. We always return a dict in case further processing of the flows is required after conversion from source spreadsheets.

The output_files argument is deprecated and will be removed in future. Anyone calling create_flows should pass in None for output_files and write a file themselves, if they wish.