Export Chat History for single user

I am using the Monitoring Service plugin to record chat history and save it to the server. I have received a request to provide chat history for someone who disabled it locally (so no .xml files). The history on the server is 120 pages for that one user, with 10 or so per page. It appears the only way to export is via PDF. Is there any command I can run in order to export all data for this user?

We are using the embedded DB, thanks.

I don’t remember any additional commands in that plugin. So, probably no other way to export via GUI. The only way would be to export directly from DB, but embedded-db is limited and not export-friendly database. You should be using some serious database (e.g. MySQL) if you have such needs (logging, exporting, complex database tasks).