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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to handle Null Values in CSV flie

Hi,

How to handle Null Values in CSV flie

7 Replies
ngulliver
Partner - Specialist III
Partner - Specialist III

Could you please provide more descriptive information, maybe an example too? Is your issue with reading a .CSV file with nulls in or storing output as a .CSV ?

Not applicable
Author

Thank you for replay....

I have  files Sales data.xls,Sales data.csv.in this file i have CustomerID field .

when every i am using NullDisply,NullInterput,nullasvalue,nullasnull it not wrok.....

how to handle null values in   CustomerID.

tresesco
MVP
MVP

Hello Prasad,

Prasad Jakkula wrote:

when every i am using NullDisply,NullInterput,nullasvalue,nullasnull it not wrok.....

how to handle null values in   CustomerID.

It's not really clear enough to understand your issue. Can you please upload a sample with expected result described?

Not applicable
Author

hi

see link, hope this helps you.

NULL handling in QlikView

laujerry
Creator
Creator

try checking with IsNull() function to pre-process your data first

Not applicable
Author

Hi,

  You can use the function length as well.

   len(field_name)<0  as null_field

    -Jay

godfreydaniels
Contributor III
Contributor III

NullInterpret takes a different syntax for csv than for QVD.  Try:

Set NullInterpret = '';