-
Notifications
You must be signed in to change notification settings - Fork 35
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
Generate input expression text, input/output typeRef #11
Comments
Hi @bhoefman, Thanks for giving this project a try. Your understanding is correct, the default conversion does not support type refs and input expressions. We now have an advanced conversion algorithm that supports richer input/output descriptions. See an example spreadsheet of the supported format here: https://github.com/camunda/camunda-dmn-xlsx/blob/master/xlsx-dmn-converter/src/test/resources/test6.xlsx. This functionality is not yet released, but you could build a snapshot yourself and give it a try. On the command line, In addition, I would like to make extensibility of the conversion a more central concept of the library, so that users can easily write an adapter for their custom excel format. This is the corresponding ticket: #15. However, as this is a side project, I cannot say when I will be able to work on this. Cheers, |
Issue While converting the Expression to DMN with latest repository Hi Team , I am trying to test the sample with the latest repository as suggested in the previous post . Although to test the project I had to add the following dependencies to the POM to remove the build errors. javax.xml.bind jaxb-api 2.1 org.glassfish.jaxb jaxb-core 2.3.0 com.sun.xml.bind jaxb-impl 2.3.1I tried to execute the project(through main method) with sample excel provided in the above post . After execution , the attached sample Dmn was generated . I tried to open the file in Camunda Modeler to verify the content of the generated file. The following is the screenshot from the Camunda modeler. As we can see that all the expressions are treated as simple input/output to the rules , but not as the expressions . I could see there was something wrong with the Dmn file generated as , for instance , the typeRef expressions were not the part of , but as input text. |
Hi Team , WRT the above post , the sample excel worked well by using AdvancedSpreadsheetAdapter as ioSttrategy , as suggested in the original reply by @ThorbenLindhauer . Now the modeler displays the data properly. Thanks |
Hi everyone, Thanks for the work you've done! Thanks, |
@remimourgues we haven't built a release yet since the advanced adapter was added. I have created #30 to do that. |
Very interesting project! 👍
I am trying to generate a decision table, but I am having some trouble generating the following properties:
It looks like currently only the first row of the excel sheet is used to generate input/output properties.
It would be great if more than 1 top row would be dedicated to input/output properties.
e.g.
The text was updated successfully, but these errors were encountered: