Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
row2.rating ==null?null:new Double(row2.rating)
Hi,
I tried your suggesstion
- As said: both variables are nullable
- Error:
Exception in component tMap_2
java.lang.NullPointerException
at sync.de_orders_0_1.DE_Orders.tPostgresqlInput_2Process(DE_Orders.java:1360)
at sync.de_orders_0_1.DE_Orders.runJobInTOS(DE_Orders.java:1965)
at sync.de_orders_0_1.DE_Orders.main(DE_Orders.java:1833)
I believe: When you are in the middle of the Tmap, your not able to return "null" to the "new assigned variable" , can that be the case?