I have someone with a TON of database entries (similar to wordpress posts) in their MODx site. Can I export that in a CSV?
In MODX Evolution there is a native backup component that will export in MySQL format, but not CSV.
The simplest way to achieve this is to use phpMyAdmin and export your database to CSV (or Excel, or whatever format you want) from there.