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
When a field is an array, as indicated by the property isArray, it is assumed that when parsing a TSV all values for this field will use the , character as delimiter.
We will add an delimiter property that can provide a different character or string that will be used as the delimiter between values when parsing this field from a TSV.
Rules
fields may optionally have a delimiter value
values must be a string and cannot be empty (min length 1), no max length (if a long delimiter is required that can be provided)
when no value is provided the default used will be ,
The text was updated successfully, but these errors were encountered:
joneubank
changed the title
Feature Request: Add Field meta schema property arrayDelimiter
Feature Request: Add Field meta schema property delimiterAug 30, 2024
When a field is an array, as indicated by the property
isArray
, it is assumed that when parsing a TSV all values for this field will use the,
character as delimiter.We will add an
delimiter
property that can provide a different character or string that will be used as the delimiter between values when parsing this field from a TSV.Rules
delimiter
value,
The text was updated successfully, but these errors were encountered: