I need to integrate my e-commerce with the local system.
I need to export specific fields from multiple tables of my database into a csv file.
I need from TABLE jos_virtuemart_products those fields product_sku , product_in_stock , low_stock_notification , product_length , product_width , product_height , product_weight
then
I need from TABLE jos_virtuemart_products_en_gb those fields purodct_name , product_s_desc
then the out put csv file should me imported to another database table that has all those fields from the others 2 table above.
Is it possible to be ran by mysql command in the linux command line? or I will have to figure out other way?
Have some one been in this situation?
Which is the best way to do this itegration?