in reply to Re: HTML::TableExtract problem handling merged cells across rows (OBO rowspan colspan)
in thread HTML::TableExtract problem handling merged cells across rows
Thank you for the response. You obviously spent some time looking at this.
Unfortunately, I have little or no control over the incoming data. It's from my vendor's reporting system (aka my vendor's vendor) so I can't really change it.
After reading your post, I investigated further. MS-Excel and I.E. (v8.0) both render the table data the way that the report writer intended. Everything is in the "correct and legible" column.
But Firefox (v31.4) and Chrome (v40) (and apparently perl) all render the table data differently from MS-Excel and I.E. At least to the reader, it would be considered "incorrectly and not legible".
I use "correct" and "incorrectly" as loose terms since I'm not intimately familiar with the HTML standards.
Since the report comes to me as tagged table in a text file, is there a better way I should be parsing this data other than using HTML::TableExtract?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: HTML::TableExtract problem handling merged cells across rows (OBO rowspan colspan)
by poj (Abbot) on Feb 27, 2015 at 16:46 UTC | |
|
Re^3: HTML::TableExtract problem handling merged cells across rows (OBO rowspan colspan)
by Anonymous Monk on Feb 28, 2015 at 00:59 UTC |