Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Export all Products to Excel


ASWArchangel

Recommended Posts

Hi !

 

I try to export all my products to an Excel file.

I use this SQL statement:

 

SELECT p.products_model,cd.categories_name, pd.products_name, pd.products_description

FROM products AS p, products_description AS pd, categories_description AS cd, products_to_categories AS ptc

WHERE p.products_id=pd.products_id AND cd.categories_id=ptc.categories_id AND ptc.products_id=p.products_id

ORDER BY products_model

 

The output looks like this:

165 003,"Spannungsfreie Metallgrifflasche","a) NH-Sicherung gG 6 A","<P><FONT size=1>NH-Sicherungs-Einsatz<BR>nach  VDE 0636/201<BR>und IEC 60269-2-1</FONT></P> <P><FONT size=1>- Nennspannung: AC 500 V<BR>- Betriebsklasse: gG<BR>- Schaltvermögen 120 kA<BR>- für Kabel- und Leitungsschutz<BR><FONT color=#ff0000>- VE =&nbsp3 Stück</FONT><BR><BR>Elektrische Eigenschaften:<BR>Die Auslöseeigenschaften sind den Belastungen von Kabeln und Leitungen angepaßt. Die zu schützenden Leitungen können optimal&nbspausgelastet werden, da die Abschaltung im Überstrombereich träge und im Kurzschlussbereich flink erfolgt. <BR>Durch die Festlegung der Zeit-Strombereich für gG in VDEE 0636 und IEC 60269-2-1 ist die Selektivität auch beim

 

My problem:

How do I get all the categories ? And how do I get rid of all the HTML Tags ? Could someone help me with the SQL programming, please ?

 

Thanks, regards Markus

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...