CSV Output.
By specifying the following config options, Program-Y can now output errors, duplicates and conversation in csv format
yaml
files:
aiml:
errors:
file: /tmp/y-bot_errors.csv
format: csv
encoding: utf-8
delete_on_start: true
duplicates:
file: /tmp/y-bot_duplicates.csv
format: csv
encoding: utf-8
delete_on_start: true
conversation:
file: /tmp/y-bot-conversation.csv
format: csv
delete_on_start: true
Default Variables
New config option properties which will load a set of default property values into each new conversation as it is initiated. New conversations are defined by a unique clientid
yaml
files:
aiml:
properties: $BOT_ROOT/config/properties.txt