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
When copybooks are converted from a mainframe, the converter can insert non-breakable spaces (0xA0) instead of normal spaces (0x20) in copybooks.
This confuses parser and field name trimming does not always work.
Replace 0xA0 characters with 0x20 when copybooks are loaded.
The text was updated successfully, but these errors were encountered:
#316 Use Unicode character notation.
0c73b30
d21eec5
yruslan
No branches or pull requests
Background
When copybooks are converted from a mainframe, the converter can insert non-breakable spaces (0xA0) instead of normal spaces (0x20) in copybooks.
This confuses parser and field name trimming does not always work.
Feature
Replace 0xA0 characters with 0x20 when copybooks are loaded.
The text was updated successfully, but these errors were encountered: