Page 1 of 1

Posted: Fri Feb 28, 2014 3:15 pm
by ray.wurlod
No, and it has nothing to do with using a shared container. It's an error that was not picked up in 8.0 (it IS picked up in 8.7). You need to check that you are sending a nullable field into a Sequential File stage but have not provided a NullFieldValue property to tell that stage how you wish null to be represented in the file. Check not just field_1 but every nullable field.

Posted: Sat Mar 01, 2014 7:31 pm
by mandyli
Thanks Ray.

Sorry I am not able to understand this statement "it IS picked up in 8.7"

Are you suggesting to change the schema file following way?

name:nullable varchar[1] {default=0, null_field=' '};


Thanks
Man