You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@paolonz82 How are you setting the NullFormatter on your column definition? Or is this using the type mapper? Does it hurt that the length of your empty value is longer than the window size?
FixedLength Scenario :
Both FillCharacter and NullFormatter settend on a column.
If the property ha e null value, the write method return the value with FillCharacter and not the NullFormatterValue.
Example :
FillCharacter ='0'
Window Size : 4
NullFormatter : [empty]
Result of write : 0000
I would like that write return [empty]
Its that possibile?
Thank you
The text was updated successfully, but these errors were encountered: