XF 2.2 Extract certain content from threads into csv?

Static-Xbox

Well-known member
Hi,

I realize this isn't built-in functionality, but I was wondering if there was a way to extract certain content from threads into a csv format? A member of mine wants to gather analytical information from a wolf game that's being played, it gets rather large daily threads, so simply scouring the pages is proving too difficult. He wants to, and I'll go ahead and use his own words here:

export TIMESTAMP; USERNAME; POST_NUMBER; POST in a CSV format

Is there a way to achieve this?
 
If you're going to provide access to them, I recommend you create a new DB user account with read only access so they can't do any damage.

Or create a simple PHP script which they can trigger which would pull the data.
 
Top Bottom