R
Ruby Tuesday
I'm wondering if anyone ever come across an example on how to parse an html
table(with images) using either XSLT or Ruby scripts.
I'd like to be able to extract all the data and put them in the
database(MySQL, SQLite, etc).
There's a twist though, some of the image cells has 2 or more jpeg images
instead of one. Since I'm not an expert database designer, how do you do
that?
Table fields:
------------
xnum text(40) unique
image jpeg image (may have none, or 1+ images)
desc memo(256)
loc memo(256)
Thanks.
table(with images) using either XSLT or Ruby scripts.
I'd like to be able to extract all the data and put them in the
database(MySQL, SQLite, etc).
There's a twist though, some of the image cells has 2 or more jpeg images
instead of one. Since I'm not an expert database designer, how do you do
that?
Table fields:
------------
xnum text(40) unique
image jpeg image (may have none, or 1+ images)
desc memo(256)
loc memo(256)
Thanks.