Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

replacing blanks with any values in a csv sheet

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..

 

Labels (1)
3 Replies
TRF
Champion II
Champion II

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(" ", "") : null

But I'm not a diviner...

Anonymous
Not applicable
Author

have attached my job... kindly check


Exception in component tMap.docx
TRF
Champion II
Champion II

Share your tMap