Automation pipeline to train Rasa

Hello,

I am currently manually adding questions to ask in a form, NLU… However, I would like to automate this process by extracting the questions from an excel file, and then convert them into a suitable format for Rasa training.

What would be best way to accomplish this ?

Thank you.

You’ll have to write a script which extracts questions from the excel file and prepares a yml file to be used to train the model.

You could also write a custom importer to read the excel file directly.