-
Notifications
You must be signed in to change notification settings - Fork 124
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
TranslatorVersion is missing from Library ELM JSON #1186
Comments
Hi @RohitKandimalla! Have you validated that the the ELM was generated with the |
I will verify that and get back to you, Is the EnabledAnnotations specific to ELMJson ? |
@JPercival Yes, I verified and ELM is generated using |
@RohitKandimalla can you please post a snippet of the JSON that does not have the translator version? I'm wondering if this is related to the other JSON ELM serialization issue? |
Hi Bryn, Sorry for the late reply, I was not receiving the notifications. but Idk how to post a snippet if it is not there, I am also attaching the json |
This is a snippet provided by user, I am trying to use translator version 2.9.0, but I can't seem to reproduce it. |
I tested this translation locally and was able to get the "translatorVersion" : "3.3.0-SNAPSHOT", added to the JSON. I tried it from the ChlamydiaScreening_Common.cql with the added option "-format JSON" added. The value was provided in the JSON. Could you guys try it again with the latest version of the translator ? |
Tested it on master and it is now rendering the translatorVersion to Json and Xml. Thus it is closed now. |
After generating ELM JSON and ELM XML using CQL-ELM-Translator, Looks like translatorVersion is missing from ELM JSON, but is present in ELM XML.
Example translatorVerison="2.11.0" is available in elm-xml
<annotation translatorVersion="2.11.0" translatorOptions="EnableAnnotations,EnableLocators,EnableResultTypes,EnableDetailedErrors,DisableListDemotion,DisableListPromotion" xsi:type="a:CqlToElmInfo"/>
It is expected that ELM JSON should also contain information related to translated version.
Please advice
MADiE team received an HelpDesk ticket regarding the same BONNIEMAT-1563
The text was updated successfully, but these errors were encountered: