Forum Moderators: not2easy

Message Too Old, No Replies

Extract content of websites.

how to extract content into a CSV/XML

         

brakai295

1:04 am on Mar 1, 2006 (gmt 0)

10+ Year Member



Hey guys,

I'm looking for a script or other type of software program that allows me to crawl my ecommerce website in order to generate a CSV or XML datafeed with all my products.

Unfortunately my company is using a pretty ol JSP based software and there is not exporting function for the database.

So I thought I can include certain comment-tags into my website and have a software extract all the product info such as price, description, category etc.

Does anyone know any good software tools? Or is there another way to do it?

Thanks a lot for your help!

Kai

LifeinAsia

7:30 pm on Mar 1, 2006 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



Just write a JSP page to select the database and write the date to a file (or to the screen than save the file to your local drive).

brakai295

10:25 pm on Mar 1, 2006 (gmt 0)

10+ Year Member



hi, would you be able to help us? I'm a designer and no programmer and have no clue about JSP :-(

LifeinAsia

11:05 pm on Mar 1, 2006 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



Sorry, I don't know JSP either. I just know that similar to other products (ASP, .NET, Cold Fusion, etc.), it can access databases and dynamic content. But I wouldn't know how to write any specific code in JSP.