Greetings Monks,
I am writing a web crawler for extracting HTML tables from different sites. For this I am using HTML-TableExtract module. The problem what I am facing is some of the columns of those tables will be keeping on changing but some are static. So is it possible to retrieve entire table by using only static columns names. Because HTML-TableExtract module document says it will retrieve data only from the matched columns. So please let me know is there a way to retrieve entire table using only static column names as header or can you please suggest me any other way of do it. Thanks in advance.