Page 1 of 1

No NULL Export Handling Error in External Filter Stage

Posted: Wed May 16, 2012 3:46 am
by jerome_rajan
I am trying to run the grep command in an external filter stage.

Code: Select all

grep -v "abc"
But I get an error saying
Field X is null but no null export handling is defined
Didn't know we had to handle nulls here too. How do I do this?

Posted: Wed May 16, 2012 12:56 pm
by rameshrr3
In Format Tab Set NullField Value = ''

Posted: Wed May 16, 2012 9:06 pm
by jerome_rajan
Are you sure that an external filter stage has a format tab? Because I don't see it. Guess you confused it with a sequential file stage

Posted: Thu May 17, 2012 9:14 am
by rameshrr3
Can you edit row metadata ? There you can set null field value

Posted: Thu May 17, 2012 9:38 am
by jerome_rajan
rameshrr3 wrote:Can you edit row metadata ? There you can set null field value
No