russellmcdonell / pyDMNrules

An implementation of DMN (Decision Model Notation) in Python
Other
38 stars 9 forks source link

Visualizing and exporting DMN rules #15

Open tonifuc3m opened 10 months ago

tonifuc3m commented 10 months ago

I have as input an Excel workbook with my rules and I can load it with DMN.load(). I want to visualize the rules, but the DMN visualization tools such as VSCode extension, KIE sandbox only accept .DMN files. Do you know how to extract the rules into a valid DMN file?