Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
am trying to load data from a csv file having 4 different sheets to 4 different filedelimited using tmap.. but its throwing null pointer exception..
You don't tell us what you try to do...
Based on you case title, if you try to manipulate strings, ensure they are not null:
row1.myString != null ? row1.myString.replaceAll(" ", "") : nullBut I'm not a diviner...