1

I have someone with a TON of database entries (similar to wordpress posts) in their MODx site. Can I export that in a CSV?

Xhynk
  • 13,513
  • 8
  • 32
  • 69
  • Basically it's "title" "Content" for all entries. I need a simple way to export that :/ – Xhynk Dec 15 '11 at 00:58
  • you can edit your post. Please also add some more details/examples to your question, it's got close votes! – gideon Dec 15 '11 at 06:50

1 Answers1

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
  • This would have been my suggestion, 1 up! –  Dec 15 '11 at 12:55
  • 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