ICONICO

Discussion Thread

Data Extractor

Message Thread

For WindowsData Extractor

Data Extractor iconExtract any data, including email addresses and URLs from your files and webpages.

Posted in the Data Extractor Forum.




All to row script

var tables = document.all.tags('TABLE');
var rows;
var cells;
var maxCells = 1;
if (tables) {
DataExtractor.StartNewResult();
for (var t=0; ttables.length; t++)
{
rows = tables[t].all.tags('TD');

for (var r=0; rrows.length; r++)
{
if (rows[r].innerText != '')
{
if(rmaxCells)
{
maxCells=r;
DataExtractor.SetColumns(maxCells);
DataExtractor.AddHeader(r, 'Cell ' + r);
}
DataExtractor.AddResult(r+1, rows[r].innerText);
}
}
}
}
by newbee on Jul 31 2009 2:48pm Reply

Our Software Stores

IconicoAccurate Design and Development Software

BitsDuJourDiscount Deal Coupons for Windows and Mac Software Apps

Our Software Services

IcoBlogOur Official Blog

© copyright 2004-2024 Iconico, Inc. Code & Design. All Rights Reserved. Terms & Conditions Privacy Policy Terms of Use Login