My problem is to parse value from CSV to double. I can't understand why I can parse all values from columns A-BJ and when I have column BK java throw error
Exception in thread "main" java.lang.NumberFormatException: For input string: "4,69E+12" at sun.misc.FloatingDecimal.readJavaFormatString(Unknown Source) at sun.misc.FloatingDecimal.parseDouble(Unknown Source) at java.lang.Double.parseDouble(Unknown Source) at Compare.normalizacja_dziesietna(Compare.java:68) at Compare.main(Compare.java:138) For example in columnt BE there is also o big number and there is no problem with parsing...
Here there is a screenshot of the file https://pasteboard.co/HVkMt4L.png