Hi!

I would like to create a CVS-file that updates once a day (cron or something) containing the following information:

PRODUCTNUMBER[|]NAME[|]DESCRIPTION[|]SMALLIMAGELINK[|]BIGIMAGELINK[|]PRODUCTPRICE[|]PRODUCTSHIPPING[|]CATEGORY[|]SUBCATEGORY[:]

and for each product, the file would look something like this:

ABC123[|]
White Heart[|]
This is a nice small necklace in silver.[|]
http://www.testing.se/bmz_cache/8/80...ge.121x120.jpg[|]
http://www.testing.se/images/209-4.jpg[|]
78[|]
11[|]
Necklace[|]
Silver[:]

The price must show the price without VAT.

And I would like this file to be updated once per day, so if I enter or delete an item, the change will show in this file the next day...

I have looked around but I can't find any module/addon that can do this... Anyone that can help ?

/Typhoon