Background
While exploring the write feature of Cobrix. I'm facing this situation when i try to write a df that contains null values in certain columns i get as output in the positional files the bytes 0x00 for the length of the field.
Question
Is there a way (an option of the source(?)) to either output spaces (0x40) for alphanumeric fields or 0 (0xF0) for numeric fields in case of null cells?
Background
While exploring the write feature of Cobrix. I'm facing this situation when i try to write a df that contains null values in certain columns i get as output in the positional files the bytes 0x00 for the length of the field.
Question
Is there a way (an option of the source(?)) to either output spaces (0x40) for alphanumeric fields or 0 (0xF0) for numeric fields in case of null cells?