You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We'll need a schema to communicate how to parse data from a file upload depending on what level the user provides data, e.g. system level weather or inverter level weather.
I think this will require a system-breakdown mapping and a file-header-to-variable mapping like:
This is what the dashboard is using for performing the mapping from user uploaded csv to the data expected by the api. Perhaps for saving a mapping we store it along with the system id and original file name so the user has an idea of what it was originally used for.
We'll need a schema to communicate how to parse data from a file upload depending on what level the user provides data, e.g. system level weather or inverter level weather.
I think this will require a system-breakdown mapping and a file-header-to-variable mapping like:
Simple file-header-to-variable mapping:
System-breakdown describes what part of the system spec relates to what data, with a general structure that matches the System spec
Example mapping for system-level data
Example mapping for inverter-level data
The text was updated successfully, but these errors were encountered: