Details

    • Type: Sub-task
    • Status: Resolved
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: 0.17.0
    • Fix Version/s: 0.17.1
    • Component/s: None
    • Labels:
      None

      Description

      Currently, a NumberFormatException when coercing CSV data into a numeric type will result in a null value. This is to catch the case where the empty string is passed and should be considered null rather than a value.

      The unintended consequence is that any invalid string will result in a null value. If the field type is Long and a decimal value is present, this will also result in a null that could be replaced by the default value for the field. That would mean that the import process would silently drop data that appears valid and replace it with the default. Instead, this case should throw an exception.

        Attachments

          Issue Links

            Activity

              People

              • Assignee:
                blue Ryan Blue
                Reporter:
                blue Ryan Blue
              • Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: