oskariorg / oskari-docs

Oskari documentation and Node.js app running oskari.org
http://www.oskari.org
Other
9 stars 20 forks source link

MIF/MID can't handle empty string on number/boolean columns #271

Closed jampukka closed 2 years ago

jampukka commented 2 years ago

Instead they throw java.lang.NumberFormatException: For input string: "". Fix should be simple, if string is empty return null

Feel free to assign this to me

ZakarFin commented 2 years ago

Thanks for reporting this! If you are willing to fix it you can just submit a PR for it :) Anyone considering contributing a fix can just comment here if there's fear multiple people will jump on to fix this at the same time.

ZakarFin commented 2 years ago

Fixed in linked PR. Fix will be included in the next (2.7) release.