-
Bug
-
Resolution: Done
-
Major
-
6.4.3
-
None
Consider the following data model:
public class Policy { private BigDecimal rate; public void setRate(BigDecimal rate) { this.rate = rate; } }
and a spreadsheet with the following action column:
$policy.setRate( $param );
and a value in the table row:
3.00B
XLS -> GDT conversion fails with:
Unable to convert value '3.00B' to NUMERIC. Cell (O9)
- clones
-
RHPAM-48 XLS DT conversion does not handle BigDecimal or BigInteger fields
- Closed