Einzelnen Beitrag anzeigen
Alt 11.03.2000, 23:46   #1
Philipp
verXENt
 
Benutzerbild von Philipp
 
Registriert seit: 01.08.1999
Beiträge: 7.084

Mein Computer

Cool

Vielleicht weiß jemand wie ich am besten Daten aus einen HTML Quelltext in eine Perl Datenbank konvertieren kann ohne sie neu Eingeben zu müssen.

Beispiel (HTML)
<BLOCKQUOTE><font size="1" face="Verdana, Arial">code:</font><HR><pre>&lt;table border="1" width="99%"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td bgColor="#00FF00" width="81%"&gt;&lt;font color="#000000" face="Arial"&gt;10baseT
PCI combo NIC (Trendnet)&lt;/font&gt;&lt;/td&gt;
&lt;td bgColor="#00FF00" width="7%"&gt;&lt;font color="#000000" face="Arial"&gt;Yes&lt;/font&gt;&lt;/td&gt;
&lt;td bgColor="#00FF00" width="8%"&gt;&lt;font color="#000000" face="Arial"&gt;NT 4.0&lt;/font&gt;&lt;/td&gt;
&lt;td bgColor="#00FF00" width="7%"&gt;&lt;font color="#000000" face="Arial"&gt;11/99&lt;/font&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;

&lt;table border="0" width="99%"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td width="100%"&gt;&lt;font size="1" face="Arial"&gt;Works fine, But am having
trouble getting 2 cards to work together (Tested with SP6).&lt;/font&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;

&lt;table border="1" width="99%"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td bgColor="#00FF00" width="81%"&gt;&lt;font color="#000000" face="Arial"&gt;128k
external ISDN USB Adapter (Dynalink)&lt;/font&gt;&lt;/td&gt;
&lt;td bgColor="#00FF00" width="7%"&gt;&lt;font color="#000000" face="Arial"&gt;Yes&lt;/font&gt;&lt;/td&gt;
&lt;td bgColor="#00FF00" width="8%"&gt;&lt;font color="#000000" face="Arial"&gt;W2000&lt;/font&gt;&lt;/td&gt;
&lt;td bgColor="#00FF00" width="7%"&gt;&lt;font color="#000000" face="Arial"&gt;02/00&lt;/font&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;

&lt;table border="0" width="99%"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td width="100%"&gt;&lt;font size="1" face="Arial"&gt;You just plug it in, install
the driver and you are ready, although i couldn`t install the FAX
software.&lt;/font&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;

&lt;table border="1" width="99%"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td bgColor="#00ff00" width="81%"&gt;&lt;font color="#000000" face="Arial"&gt;182i
PCI Sound Card (TerraTec)&lt;/font&gt;&lt;/td&gt;
&lt;td bgColor="#00ff00" width="7%"&gt;&lt;font color="#000000" face="Arial"&gt;Yes&lt;/font&gt;&lt;/td&gt;
&lt;td bgColor="#00ff00" width="8%"&gt;&lt;font color="#000000" face="Arial"&gt;W2000&lt;/font&gt;&lt;/td&gt;
&lt;td bgColor="#00ff00" width="7%"&gt;&lt;font color="#000000" face="Arial"&gt;10/99&lt;/font&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;table border="0" width="99%"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td width="100%"&gt;
&lt;font size="1" face="Arial"&gt;-&lt;/font&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
[/code]

Datenbank (Flat)
<BLOCKQUOTE><font size="1" face="Verdana, Arial">code:</font><HR><pre>
10baseT PCI combo NIC|Trendnet|Yes|NT 4.0|11/99|Works fine, But am having trouble getting 2 cards to work together (Tested with SP6).|Hardware|
128k external ISDN USB Adapter|Dynalink|Yes|W2000|02/00|You just plug it in, install the driver and you are ready, although i couldn`t install the FAX software. |Hardware|
182i PCI Sound Card|TerraTec|Yes|W2000|10/99|-|Hardware|
[/code]

Vielleicht läßt es sich mit einen Perl Script realisieren. Hat irgendjemand eine Idee?

Gruß,
Philipp
Philipp ist offline   Mit Zitat antworten