Ok - so I needed to be on the Export page of course - i didnt see the list of table rows that you could select...
Thanks!
Which table row would export only the product names?
Ok - so I needed to be on the Export page of course - i didnt see the list of table rows that you could select...
Thanks!
Which table row would export only the product names?
If you only want the product names to be exported then the fastest way to do that is by sql query.
Press the SQL button from top of the phpmyadmin
type on the query field "SELECT products_name FROM products_description ORDER by products_name ASC"
scroll to the bottom of the page and there should be a small export button where you should be able to export just the product names to a CVS.