If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Inserting old html files in mysql

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-24-06, 15:45
pokervis pokervis is offline
Registered User
 
Join Date: Oct 2006
Posts: 2
Arrow Inserting old html files in mysql

Hey there,

I'm quite new to the whole database world, and I seem to be having problems with html inserting in a database. Im not sure how to tackle this:

I've got around 1000 pages of html code, which I would like to incorporate into a database. The tricky part is that parts of the file itself should be put in different columns (e.g. 'title' and 'description'). These parts are well separated in html throughout all 1000 files (e.g. the title is always preceeded by <title> and end with </title>).

Im positive this problem is solvable... Still, as a newbe I need a bit of help here.

Thanks in advance!
Reply With Quote
  #2 (permalink)  
Old 10-25-06, 10:47
r937 r937 is offline
SQL Consultant
 
Join Date: Apr 2002
Location: Toronto, Canada
Posts: 19,534
the tricky part -- extracting the title, description, etc. -- will require some sort of processing independent of mysql

i'm sure perl could do it, but i don't do perl
__________________
r937.com | rudy.ca
please visit Simply SQL and buy my book
Reply With Quote
  #3 (permalink)  
Old 10-25-06, 11:22
pokervis pokervis is offline
Registered User
 
Join Date: Oct 2006
Posts: 2
Quote:
Originally Posted by r937
the tricky part -- extracting the title, description, etc. -- will require some sort of processing independent of mysql

i'm sure perl could do it, but i don't do perl

Okay, I'll think I sould head over to a forum on Perl and repost my question there... Thanks for you reply!

...or maybe someone else has another idea, I'm glad to hear those as well.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On