pinussilvestrus / camunda-modeler-excel-import-plugin

Camunda Modeler plugin to import Excel Sheets to DMN 1.3 Decision Tables (and vice versa).
MIT License
22 stars 3 forks source link

Added ability to decide if the annotation column should be filled automaticly and fixed wrong type determination when importing a dmn with annotation column #109

Closed eric-hess closed 2 years ago

eric-hess commented 2 years ago

While using the plugin I noticed two things.

  1. If I export a DMN without annotation column and want to import it again, the last output column is reused as annotation column by default.
  2. if I export a DMN with an annotation column and want to import it again, the types of the output columns are no longer transferred correctly to DMN.

Steps to Reproduce

    • Create a new DMN with some sample data and without annoations
    • Bildschirmfoto 2022-07-29 um 11 45 58
    • Export this DMN
    • Import this DMN again
    • Bildschirmfoto 2022-07-29 um 11 46 22
    • Create a new DMN with some sample data and with annotations
    • Bildschirmfoto 2022-07-29 um 11 46 31
    • Export this DMN
    • Import this DMN again
    • Bildschirmfoto 2022-07-29 um 11 46 51

Changes