Help configuring external xls data in web project #480
-
directDataI see here https://github.com/climateinteractive/SDEverywhere/blob/1a77eedd3143568ad3b4659f6b78dd9b60737b53/packages/cli/README.md
syntaxWhen I have more than 1 data file, what is the correct syntax, is it an array or this one? _GET_XLS_DATA errorI assume this error happens because there is no XLS file, not because _GET_XLS_DATA is not supported, right? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
Hi @serman, check out #402, which includes workarounds for models that use I would like to resolve these issues and also improve the documentation around using external data with SDEverywhere, but I haven't had a chance to focus on this yet. I hope the information and workarounds in that first issue help to unblock you. Let me know if you run into problems when applying those workarounds. |
Beta Was this translation helpful? Give feedback.
-
|
The model seems to be working correctly with the two files and the transformations mentioned in the issues: This is my sde.config.js for reference in case is useful for somebody else: |
Beta Was this translation helpful? Give feedback.
Hi @serman, check out #402, which includes workarounds for models that use
GET XLS DATA. The workaround there also refers to another issue related to the first problem you're having (see #303).I would like to resolve these issues and also improve the documentation around using external data with SDEverywhere, but I haven't had a chance to focus on this yet.
I hope the information and workarounds in that first issue help to unblock you. Let me know if you run into problems when applying those workarounds.