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

Check CSV data for numeric cell values #284

Closed
ToddFincannonEI opened this issue Dec 8, 2022 · 0 comments · Fixed by #288
Closed

Check CSV data for numeric cell values #284

ToddFincannonEI opened this issue Dec 8, 2022 · 0 comments · Fixed by #288
Assignees

Comments

@ToddFincannonEI
Copy link
Collaborator

SDEverywhere assumes that all cells have numeric values. The equation generator for GET DIRECT DATA and GET DIRECT CONSTANTS throws an unhandled exception when the value is text. We discovered this when bad data crept into some CSV files. Vensim silently converts text cells in CSV files to zeroes without issuing a warning, so it was only apparent when converting the model with SDEverywhere. This needs to be handled better.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants