Thank you SysOp. You run a well thought message board with loads of helpful information. With your help, I have managed to complete my task. We require text, as this is the form we decode data for our near real-time system. Found HTML->TXT converter useful at: http://www.jafsoft.com/detagger/ ; command line orientated and decent price. Again, thank you for your great service in this forum. : You cannot do it in one line (HTM -> TEXT), but you can write a simple : script that uses MS Word or other application to do the HTML to TEXT : conversion. See COM automation examples provided in the "Example : Jobs.dat" job database file for ideas how you can automate Office : applications to do the file conversion job. : You can also use COM automation to control IE Web browser including save as : commands, but this can be tricky. : BTW, in order to use data from the download file you still need to parse it : even if the file is in TXT format. HTML is still a text file so why to : bother converting the file if it can be done in the first place?
|