botium-core
botium-core copied to clipboard
Botium: Multiple training data as single string with delimiter
Hi,
I'm currently using excel sheets for training data and utterance. Trying to pull the training data dynamically using $cap method. It works fine for single data but I want to see if we can put all training data in one cel in the excel with a delimiter or something so the bot runs for all of those utterances/training data. Is this currently doable in botium?
Thanks, Ram
Hello Ram,
No, it is not possible.
But It can be done just programatically:
- precompiling the script (but this solution does not work well with excell format) https://botium-docs.readthedocs.io/en/latest/07_development/index.html#scripted-precompiler
- generating scripts dinamically
- feeding/run botium programatically
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.