in reply to extract data using HTML::TableExtract

I think you can not use two columns (Fraud Transfer, Date) to match "Fraud Transfer<br>Date". You don't need to specify the full header, just enough to distinguish them, so you can use "Fraud Transfer" to match the full header "Traud Transfer<br>Date". Similarly for the last two columns.
  • Comment on Re: extract data using HTML::TableExtract

Replies are listed 'Best First'.
Re^2: extract data using HTML::TableExtract
by cyclist38 (Hermit) on Oct 09, 2005 at 09:20 UTC
    and don't forget to use slice_columns => 0. you won't have to use all of your headers that way.