Rasa chatbot using csv dataset

Hello everyone, I’m working on a chatbot project and I want to fetch csv data that inlcudes college names, locations, email_ids, contacts and intakes. Suppose the user asks for the location or contact of particular college then it should get that location from the csv file and bot will give the output as “here is the location/contact details/ email id of ‘clg_name’”. Please help me with this. Thanks

Hi Shurti! I’d recommend using a custom action to do this. This example assistant does basically the same thing with a SQLite database so it might be a helpful starting place.

Hi, I am working on chatbot project and I want to fetch the data from CSV and excel the include employee name, employee id, employee status, group, department , if suppose the user ask for employee status or tell me the employee status and employee name according to there group. please help me with this. Thanks