Uploaded image for project: 'Red Hat Process Automation Manager'
  1. Red Hat Process Automation Manager
  2. RHPAM-48

XLS DT conversion does not handle BigDecimal or BigInteger fields

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 7.0.0.GA
    • 6.x.x
    • Business Central
    • None
    • DR3

      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) 
      

              manstis@redhat.com Michael Anstis
              rhn-support-mputz Martin Weiler (Inactive)
              Jozef Marko Jozef Marko (Inactive)
              Jozef Marko Jozef Marko (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: