There are banks that export the file from a unix based system which exports the file with Unix LF instead of Windows LF. There is a fix of course to replace the line endings from `\n` to `\r\n` before putting it into the parser but maybe there is or could be a better way?