We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
GET DIRECT {CONSTANTS,DATA,LOOKUPS}
Currently SDEverywhere has incomplete support for XLSX files in the GET DIRECT ... functions. See the "matrix" below.
GET DIRECT ...
We should unify the handling for these two functions so that any of the options supported by Vensim are also supported by SDEverywhere.
GET DIRECT {DATA,LOOKUPS} currently supports:
GET DIRECT {DATA,LOOKUPS}
?data
spec.json
'data.csv'
GET DIRECT {DATA,LOOKUPS} does not currently support:
'data.xlsx'
GET DIRECT CONSTANTS currently supports:
GET DIRECT CONSTANTS
GET DIRECT CONSTANTS does not currently support:
The text was updated successfully, but these errors were encountered:
GET DIRECT {CONSTANTS,DATA}
fix: handle XLSX files in GET DIRECT {CONSTANTS,DATA,LOOKUPS} (#400)
16b1ddf
Fixes #399
chrispcampbell
Successfully merging a pull request may close this issue.
Currently SDEverywhere has incomplete support for XLSX files in the
GET DIRECT ...
functions. See the "matrix" below.We should unify the handling for these two functions so that any of the options supported by Vensim are also supported by SDEverywhere.
GET DIRECT {DATA,LOOKUPS}
currently supports:?data
), which must be set up in thespec.json
, OR'data.csv'
)GET DIRECT {DATA,LOOKUPS}
does not currently support:'data.xlsx'
)GET DIRECT CONSTANTS
currently supports:'data.csv'
)GET DIRECT CONSTANTS
does not currently support:?data
), which must be set up in thespec.json
, OR'data.xlsx'
)The text was updated successfully, but these errors were encountered: