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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
RAJ6
Contributor III
Contributor III

How to solve rejected records issues for csv

Hi Folks,

 

I have 76012 rows are there in my csv. In my csv have rejected records. so I fixed string datatype for all the columns. Then I used tconvertType component for string to double for particular column. I have tried but again six records rejected. Is there any other way to solve this issue. How to solve rejected records issues.Please kindly share your information.

0683p000009LsAF.jpg0683p000009Ls8o.png

Labels (1)
3 Replies
TRF
Champion II
Champion II

Hi,
As soon as a column contains a value that can't be converted to the desired datatype, the record will be rejected.
If you want to avoid this, you need to check the value by yourself then convert to null or 0 if the content doesn't match with the standard conversion rules.
tMap or tJavaRow may help for that.
RAJ6
Contributor III
Contributor III
Author

can you tell me? How to solve that issues using tMap or tJavaRow?

 

Théo_Cap
Contributor III
Contributor III

You can use a tReplace before the tConvert.