DMK
DMK
Hi all, I have already started the implementation of a small library, which allows the definition of a decision table in golang AND converting into grule rules. Within the table...
@massfords : I use the same workflow as you do. Instead of a csv file I use an internal data structure (decision table representation). But it would be easy to...
@newm4n: The use of input fields as a kind of variables (qualified names) will be possible. For your example it would mean ``` ... AddInputField("abc", "inputA", model.Integer). AddInputField("def", "inputB", model.Integer)....
@newm4n : I will give you message If the repro is online. So far, we are working on a first small release. After that we will publish it on github...
@newm4n @massfords : A first version of our repository is online. You can found it here: https://github.com/global-soft-ba/decisionTable