I\'ve got a file from a vendor that has 115 fixed-width fields per line. How can I parse that file into the 115 fields so I can use them in my code?
My first thought
I've played arround with fixedformat4j and it is quite nice. Easy to configure converters and the like.