Closed seghcder closed 7 years ago
Encoding will be added in next release, I’ll run it through all file opens for safe measure
Csv output has been asked for a couple of times and I’ve found a couple of good python csv libraries which support native excel formats and good quoting, so watch this space....
2 changes going into development, one already there. All open files now opened with encoding set
errors, duplicates and conversation files can now be either txt or csv. Configuration driven. This will probably get pushed tonight and I'll update the wiki with the config changes in the morning
Changes pushed to development branch and wiki updated
Is this working for you now, going to merge to master over the next few days and will form v1.1 release
In bot.py I got an exception when the response included unicode. Added: encoding="utf-8" to the file open -
Suggestion: As one of the tasks of the botmaster is to review questions and responses, could the output of the conversation file be (optionally) CSV? This would allow better import into Excel or other tool (but would need some good escaping of quote chars etc!)