Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
java.lang.NumberFormatException: For input string: "stri"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
at java.lang.Integer.parseInt(Integer.java:449)
at java.lang.Integer.parseInt(Integer.java:499)
at routines.system.FastDateParser$DateTimeParser.parse(FastDateParser.java:206)
at java.text.DateFormat.parse(DateFormat.java:335)
at routines.TalendDate.parseDate(TalendDate.java:809)
at routines.system.TypeConvert.String2Date(TypeConvert.java:4117)
at pdwserver.test_brokendateformat_0_1.test_brokenDateFormat.tFixedFlowInput_1Process(test_brokenDateFormat.java:1190)
at pdwserver.test_brokendateformat_0_1.test_brokenDateFormat.runJobInTOS(test_brokenDateFormat.java:1724)
at pdwserver.test_brokendateformat_0_1.test_brokenDateFormat.main(test_brokenDateFormat.java:1589)
.--------------------------------------------------------------------------------------.
| #1. tLogRow_2 |
+--------------+-----------------------------------------------------------------------+
| key | value |
+--------------+-----------------------------------------------------------------------+
| date | 2015-11-11T07:19:39 |
| date_2 | null |
| errorCode | 2 |
| errorMessage | date_2:java.text.ParseException: Unparseable date: "string" - Line: 0 |
+--------------+-----------------------------------------------------------------------+