Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Creating a null value in load script

Hello,

How can I create a null value in the load script? I am currently trying something like the following:

LOAD

'' as %SalesRegion

from ...

However, this seems to be keeping these values separate from nulls loaded elsewhere in the script.

Ideas?

Thanks,

Mel

1 Solution

Accepted Solutions
martinpohl
Partner - Master
Partner - Master

load

....

null() as %SalesRegion,

....

from

Regards

View solution in original post

1 Reply
martinpohl
Partner - Master
Partner - Master

load

....

null() as %SalesRegion,

....

from

Regards