]
Edson Tirelli reassigned DROOLS-5508:
-------------------------------------
Assignee: Guilherme Gomes (was: Edson Tirelli)
[DMN Designer] PMML: improve the data type handling
---------------------------------------------------
Key: DROOLS-5508
URL:
https://issues.redhat.com/browse/DROOLS-5508
Project: Drools
Issue Type: Enhancement
Components: DMN Editor
Affects Versions: 7.39.0.Final
Reporter: Donato Marrazzo
Assignee: Guilherme Gomes
Priority: Minor
At the moment, PMML data type are disregarded when the DMN Editor imports it (they
becomes "Any" data type).
In PMML the data dictionary provides valuable information about the input and output
parameters. E.g.
{code:java}
<DataField name="category" optype="continuous"
dataType="double"/>{code}
It would be useful to correctly map them.