skum354 Posted September 8, 2015 Report Posted September 8, 2015 Hi, I want to scrap data from website and want to fill it to another website , please suggest me how i can do this. Quote
Samrae Posted September 8, 2015 Report Posted September 8, 2015 Can you highlight the web page and then copy it to the clipboard? Another approach is to save the web page to a file and then parse through the html. The later is a bit involved, however. Quote
Cory Posted September 8, 2015 Report Posted September 8, 2015 I suggest saving and parsing as Samrae. Quote
rberq Posted September 9, 2015 Report Posted September 9, 2015 Ditto what Samrae and Cory said. Sometimes you get only partial data when you highlight the whole screen, for example by using Ctrl-a. You may have to experiment as to what portion of the page to highlight and copy. You can do that experimenting manually, then paste the result to Notepad to see what is there. Once you get your macro to highlight the overall text, the trick is to parse it to determine the beginning and end of the data you want to extract. The command "Variable Set Integer [Get Position of Text in a Text Variable]" can help with the parsing. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.