I’m trying to do a project to create an application where the user can upload their csv data file from the frontend and have their queries answered using chat.
How do I convert the uploaded csv into a format that is readable? Do I need a plugin or is there other methods?