For a project I have to pass data from a file into an HTML code. The delimiter is not working (\t) instead of selecting all data between tabs, it selects only some data in between tabs and messes up the whole form. Any help would be appreciated.
Okay. So it's all single tabs and the line endings are 0x0d 0x0a (Windows line endings), except that the last newline combo is missing.
But there are 8 fields per record whereas you are only reading 6. That's why it gets out of sync. You need to reread your spec to determine what all the fields are. There seems to be 3 fields that have to do with time but you are only reading one.
I asked you what operating system you were using. I.e., Windows? Linux? Mac?
It should be simple. But you have the spec, not me. Reread it. There are a total of 8 fields, not 6.
The problem is that there are two more fields between Times and Number of Days. There are two times and a time zone. So the last 4 fields look like this: