botium-core icon indicating copy to clipboard operation
botium-core copied to clipboard

Botium: Multiple training data as single string with delimiter

Open ram-d opened this issue 2 years ago • 2 comments

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

ram-d avatar Mar 24 '23 17:03 ram-d

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

ujja avatar Mar 29 '23 09:03 ujja

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.

stale[bot] avatar Jun 18 '23 07:06 stale[bot]