We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
\n
\r\n
The text was updated successfully, but these errors were encountered:
support unix line ending (LF), not only windows (CRLF) mjebrahimi#18
e8727b0
Successfully merging a pull request may close this issue.
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?The text was updated successfully, but these errors were encountered: