Add support for the original sku entry in the header.

This commit is contained in:
Colin Kuskie 2008-09-29 23:26:34 +00:00
parent 84f38558cf
commit a61bd107fa
3 changed files with 30 additions and 1 deletions

View file

@ -0,0 +1,4 @@
mastersku,sku,title,shortdescription,price,weight,quantity
Software,Windows-Vista,Windows Vista,Bad software,120,5.00,5000
Software,Windows-XP,Windows XP,Mainly bad software,80,4.50,2000
Hardware,X-box,X-box,Very expensive hardware,280,10,150
1 mastersku sku title shortdescription price weight quantity
2 Software Windows-Vista Windows Vista Bad software 120 5.00 5000
3 Software Windows-XP Windows XP Mainly bad software 80 4.50 2000
4 Hardware X-box X-box Very expensive hardware 280 10 150