Hi I wondered if someone can help me with this I have text which is in a csv file and i want to read it in Incoming file: OrderID,CustomerID,ProductName,UnitPrice,Quantity,CategoryName 10248,clar e,Queso Cabrales,21.0000,12,Dairy Products 10248,lauren,Singaporean Hokkien Fried Mee,14.0000,10,Grains/Cereals 10248,clare,Mozzarella di Giovanni,34.8000,5,Dairy Products 10249,lauren,Manjimup Dried Apples,53.0000,40,Produce and i want to put the output into another file called output, and i want the output in that file to look like this:
clare spent 56.800 lauern spent 67.000 ---- 17 'Dairy Products' were sold 10 'Grains/Cereals' were sold 40 'Produce' were sold Could someone please help me i'm realy stuck thanks clare