I have someone with a TON of database entries (similar to wordpress posts) in their MODx site. Can I export that in a CSV?
Asked
Active
Viewed 1,770 times
1 Answers
3
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.

okyanet
- 3,106
- 1
- 22
- 16
-
-
Hi Des, please 'accept' if this answered your question. Note that it's also possible to develop a custom snippet/component to export and format data but it's much more involved. Cheers! – okyanet Dec 21 '11 at 14:36