Search found 1 match

by nkbasakater
Tue Jul 27, 2010 11:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null handling in schema file
Replies: 19
Views: 25369

Hi Poovalingam, You can modify your schema file like the following: record {final_delim=end, delim='|', null_field='', quote=none, charset="ISO8859-1"} ( Col_One:nullable int32; Col_two:string[10]; Col_Three:string[15]; ) null_field='' will specify- On import, the value given to a field co...