Transaction CUSCAR for version D95B in trial version
Hi, I'm trying to read an Edi message of type CUSCAR for version D95B while using the trial version, but I'm getting an error that this version is not supported when using the example project. I want to check if that's because I'm using the trial version of the library or if that version of CUSCAR is not supported altogether.
Comments
3 comments
Hi,
Any version of CUSCAR is nicely translated with the trial version, including D95B. Both projects, the demo and the CUSCAR example can parse any CUSCAR version. Obviously, the type factory in the CUSCAR example project is hard coded for illustration to "D03B" but can easily be removed or changed to whatever is needed:
Could you explain what is the error or the message you get, e.g., which example project and what is the error message that tells that this version is not supported?
I assume that check in the demo project meant that only that version is supported.
Thanks for the clarification. I'm getting the result after removing that check.
I don't even know why this check was there in the first place, and we'll need to remove it to avoid confusion like this. Thank you for pointing it out.
Please sign in to leave a comment.