Textrude icon indicating copy to clipboard operation
Textrude copied to clipboard

Bug - YAML and CSV models don't allow quotes to override data type

Open NeilMacMullen opened this issue 3 years ago • 1 comments

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.

NeilMacMullen avatar Jan 29 '21 16:01 NeilMacMullen

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.

NeilMacMullen avatar Jan 31 '21 12:01 NeilMacMullen