Open christor opened 8 years ago
The automatic converter does currently not support this annotation, but you should be able to convert the field correctly by adding manually the following annotation to the field, if I understand the description correctly: @CopyBookFieldFormat(tCopyBookFieldSigningType.PREFIX)
You are more than welcome to add support for this, the cobol "parser" is a bunch of fairly simplistic regular expressions and javascript, both the html converter and the maven plugin use the same code: https://github.com/NordeaOSS/copybook4java/blob/master/classconverter.html
I have change work so I don't have that much time to work on this project my self anymore, but I'm more than happy to review a pull request.
Regards Troels
I have an input description that contains lines like the following:
I haven't used the format before, but have done some reading and I think I understand what this means...is this currently supported by this library? If necessary, and with some direction, I may be able to help add this if not...
Thanks