-
|
How should a Should it be considered:
If it is logically null, how should |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
What's the exact situation - what is the type of the field where this showing up and what constraints are there? |
Beta Was this translation helpful? Give feedback.
-
|
Hi @JDziurlaj, The empty array is not null unless its string representation is IN the missing values (for textual source like csv/etc) - https://specs.frictionlessdata.io/table-schema/#missing-values So it will pass the |
Beta Was this translation helpful? Give feedback.
Hi @JDziurlaj,
The empty array is not null unless its string representation is IN the missing values (for textual source like csv/etc) - https://specs.frictionlessdata.io/table-schema/#missing-values
So it will pass the
requiredconstraint but we also haveminLengthconstraint to handle cases like this.