I have a large text file that is comma delimited.
it has 260 fields
it is formatted very basically
field1,field2,field3,...field260
There are no double quotes around any text or anything oddball.
I want to print to a new file excluding field6-field239
This is what I've tried but it's not excluding the fields
http://pastebin.com/k5BNwnNS
anybody offer some help?
Thanks.