-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
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
Support for decimal scaling PV #669
Comments
Hi @rjethure , Cobrix already supports integer and decimal scaling. It just does not support implicit comma 'V' at the and of the PIC. Please, try removing 'V' and let know if the behavior is as expected. |
Hi @yruslan, Thank you for quick response. But input data file's column are not getting correctly parsed. I am suspecting it is messing with START and END indices of the columns. |
How exactly data is not correctly parsed? What is the expected and actual output? |
Is it sorted? |
For example, '9(7)PPPV' is the same as '9(7)PPP'.
For example, '9(7)PPPV' is the same as '9(7)PPP'.
The support for |
The feature is available in |
Describe the bug
Cobrix should support the decimal scaling of character PV in copybook, getting error for S9(7)PPPV.
For usage click here
Expected behavior
It should parse the copybook file. Without below error:
Copybook (if possible)
The text was updated successfully, but these errors were encountered: