Say, I want to export all product nodes to a csv format like
product_name,product_id,list_price,net_price,stock_level,etc,
and use this file to update back to existing inventory system ?
|
Ubercart |
|
|
|
||
|
Mon, 12/21/2009 - 06:58
Say, I want to export all product nodes to a csv format like product_name,product_id,list_price,net_price,stock_level,etc, and use this file to update back to existing inventory system ?
Re: is it possible to export all product nodes to a csv format f
You can probably do that with bonus views. Basically you create a view with the info you want then add a "CSV" display. Check out: http://drupal.org/project/views_bonus |
|