Vulpeccula
New member
- Local time
- Today, 06:19
- Joined
- Sep 5, 2020
- Messages
- 23
Hi guys,
I'm currently developing a household budgeting application which I initially started for my own use. However, it has attracted a great deal of interest from friends and associates who think it's rather neat. Apart from the usual fixed costs such as mortgage, local taxes, telecoms etc, the biggest controllable weekly outlay is the family grocery shopping bill, so I have incorporated a shopping app which allows the user to select a retailer and bring up their product list. Then as they select a product from a listbox of "Available Products" the item is moved to a listbox called "Selected Products". Eezy peezy lemon squeezy right? So whats the problem? Ok, in it's current iteration, I have populated my supplier/products tables (and all associated prices) by making a list of requirements then researching the prices via the retailers' own website. What I would like to incorporate is a web scraper that imports all the products, sizes and prices directly into the database tables. Do any of you incredibly talented people have any ideas on how I might achieve this goal? I have some (seriously limited) experience of xml but real simple is real good in my case. Thank you in advance, all suggestions gratefully received.
I'm currently developing a household budgeting application which I initially started for my own use. However, it has attracted a great deal of interest from friends and associates who think it's rather neat. Apart from the usual fixed costs such as mortgage, local taxes, telecoms etc, the biggest controllable weekly outlay is the family grocery shopping bill, so I have incorporated a shopping app which allows the user to select a retailer and bring up their product list. Then as they select a product from a listbox of "Available Products" the item is moved to a listbox called "Selected Products". Eezy peezy lemon squeezy right? So whats the problem? Ok, in it's current iteration, I have populated my supplier/products tables (and all associated prices) by making a list of requirements then researching the prices via the retailers' own website. What I would like to incorporate is a web scraper that imports all the products, sizes and prices directly into the database tables. Do any of you incredibly talented people have any ideas on how I might achieve this goal? I have some (seriously limited) experience of xml but real simple is real good in my case. Thank you in advance, all suggestions gratefully received.