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
I have a question regarding the handling of nullSequence from the dialect descriptor versus the missingValues property from the resource or field descriptors. Both properties essentially serve the purpose of replacing a specific sequence of characters with another value.
The specification is clear that the missingValues property of a field overrides the one in the descriptor, but should it also override the nullSequence property? Alternatively, is it expected that nullSequence is always applied first, before considering missingValue?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi maintainers,
I have a question regarding the handling of
nullSequence
from the dialect descriptor versus themissingValues
property from the resource or field descriptors. Both properties essentially serve the purpose of replacing a specific sequence of characters with another value.The specification is clear that the
missingValues
property of a field overrides the one in the descriptor, but should it also override thenullSequence
property? Alternatively, is it expected thatnullSequence
is always applied first, before considering missingValue?Thank you for your clarification!
Beta Was this translation helpful? Give feedback.
All reactions