I want to export my all categories with URL in csv, txt or xls format. Is there any plugin for this.
rocknbil
3:56 pm on May 31, 2012 (gmt 0)
phpMyAdmin -> locate the tables -> export?
sunnyujjawal
7:45 am on Jun 4, 2012 (gmt 0)
phpMyAdmin -> locate the tables -> export?
it exports in XML format but i need others.
rocknbil
3:46 pm on Jun 5, 2012 (gmt 0)
Though it's not in front of me, the documentations says you can export in CSV format [wiki.phpmyadmin.net] which is what you asked for - there should be radio buttons on the export screen which default to .sql.
Or you could just write a small program that does it too, a little more work.