Hello, i am trying to parse an uploaded file which is a fixed-width format. I have predefined length for each field and the number of fields. What would be the best approach/technique to accomplish this?
example:
ID- 11 chars
Year -4 chars
SSN-9 chars
LastName-20chars
Firstname-10 chars
the file will look like this:
P01234567892005999999999Doe Jane
P01234567882005888888888Doe John
example:
ID- 11 chars
Year -4 chars
SSN-9 chars
LastName-20chars
Firstname-10 chars
the file will look like this:
P01234567892005999999999Doe Jane
P01234567882005888888888Doe John