Hello, I have simply installed Rasa chatbot. Now I want to attach my Rasa chatbot with Mongodb Database(.csv file) . The .csv file contains data of (student names, roll no., marks). Now I want that if user input the roll no. in chatbot then it should return the whole information of atudent, Or if user input marks of student then it should ask the name or roll no. of student and if there are two students of same name then chatbot should ask the roll no.
I am attaching the .csv below.Attendence.csv (2.3 KB) I have uploaded this .csv file into mongodb database.
Could you please provide me the code which I do need to write to achieve the above scenario? Please tell me the procedure to implement this in detail. I shall be highly thankful to you.