need quick php script
I have a inventory file that comes out in the following format:
Line 1 = SKU
Line 2 = Line number
Line 3 = Description
Line 4 = Inventory count
Example
IPAD
1
Apple Ipad
47
IPHONE
2
Apple Iphone
-7
Can anyone help me with a quick php script to change these to tab deliminated so I can put in excel? Nevermind, I just answered my own question, go to excel and copy and paste the line number downwards and then sort by that. BUTTT. if anyone can make it easier via a script that be grand ;)
|