Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
NeilMacMullen opened this issue Jan 29, 2021 · 1 comment
Open
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@NeilMacMullen
Copy link
Owner

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 NeilMacMullen added bug Something isn't working good first issue Good for newcomers labels Jan 29, 2021
@NeilMacMullen
Copy link
Owner Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant