Link to home
Start Free TrialLog in
Avatar of cybermilky
cybermilky

asked on

Text from webpage into a text file

How to get certain columns of text from a webpage into a text file?
Let says my webpage have a table of numeric data, I want to capture those numbers into a text file. How can i do that?
Avatar of sftweng
sftweng

Well, one way would be to strip out all HTML tags by deleting everything between "<" and ">". But that would destroy the formatting. How much of the structure (formatting) do you want to keep?
Avatar of cybermilky

ASKER

After getting all the data from the table, the format for the text file can be kept as below:

A0001     040430     931.0   939.0   927.0   936.0   988   3396
D0002     040430     944.5   949.8   937.0   945.0     48    362
C0003     040430     982.3   982.3   970.0   970.0       4     33

ASKER CERTIFIED SOLUTION
Avatar of Kunfufaresi
Kunfufaresi

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Other than using IEParser, any other options to do this?
Hi Kunfufaresi,

after i download the ieparser component, how do i install and use it?