Thanks Ksharp! That is exactly what the issue was. Apparently UNIX uses a "LF" to terminate the line while files created in Windows have the "CRLF". Once I specified that the terminator characater is "CRLF", the file read the date without issue.
Text file common problems
... View more