XLSConverter: Problem converting number ranges

Hi
I’ve converted a Excel file into a DMN file using the XLSXConverter (camunda-dmn-xlsx)

I got following problem: One of the column contains Numbers

  • if I use digits and expression like <,> >= and so on, the Converter converts correctly into numeric values/expressions
  • but if I define a range of digits (e.g. [8000…1000]) the converter converts into a String using quotes e.g. “[8000…10000]”

    and this leads to a runtime exception (see FeelConvertException, FEEL-01015). So I have to remove the quotes “” after conversion

Can I somehow specifiy how to handle the column values? I tried it using attribute typeRef=“integer” but this doesn’t work.

Thanks and best regards
Roland

Please use the Camunda BPM Forum for any Camunda BPM related questions.

Ok, I created https://forum.camunda.org/t/xlsconverter-problem-converting-number-ranges/4772