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
For a YAML or CSV property like p: "123" the presence of surrounding quotes should be enough to force the property to be imported as a string rather than a number.
The text was updated successfully, but these errors were encountered:
This probably means walking the object tree created by the yaml/csv deserialisers to get a bit more type information. This should be quite straightforward.
For a YAML or CSV property like
p: "123"
the presence of surrounding quotes should be enough to force the property to be imported as a string rather than a number.The text was updated successfully, but these errors were encountered: