converting nested DIVs into CSV format....
Posted
by wefwgeweg
on Stack Overflow
See other posts from Stack Overflow
or by wefwgeweg
Published on 2010-04-14T04:58:53Z
Indexed on
2010/04/14
5:03 UTC
Read the original article
Hit count: 349
okay there is already solutions for finding TABLE, LIST
and converting that to CSV
however, what about DIVs ? there are some sites that use DIV + CSS to display data....
i am using nokogiri, i wonder how will i be able to automatically find nested DIV, and convert it to CSV format ?
© Stack Overflow or respective owner