PCJ-java.lang.NumberFormatException: For input string: "[99999]"
Problem
In this case, the data import fails with this message, that means a number inside square brackets is not a valid string representing a number.
Usually, this is a consequence of bug JRASERVER-59681. This bug ticket by Atlassian explains how the import can be fixed.
Related Articles