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
And all the profiles get merged together, in a single entry. I realise this means that instead of supporting file based kvp, in the backend we would need to support adding a new function to kvp. Since we have open - which opens the first file, we can introduce read which basically appends to the current ut_kvp_instance_t with extra data..
or we change the basic configuration for open, to always append to the already open data..
The text was updated successfully, but these errors were encountered:
we should be able to support this via changing the input file to ut-control-kvp-open to something like this !include <file>, which appends the included file into the instance. or !include <http://url>
Ulrond
changed the title
upgrade core to support multiple profile inputs that get merged into a single lookup
i78: ut-core: upgrade core to support multiple profile inputs that get merged into a single lookup
Sep 9, 2024
Consideration
it would be good if we can support
And all the profiles get merged together, in a single entry. I realise this means that instead of supporting file based
kvp
, in the backend we would need to support adding a new function tokvp
. Since we haveopen
- which opens the first file, we can introduceread
which basically appends to the currentut_kvp_instance_t
with extra data..or we change the basic configuration for
open
, to alwaysappend
to the already open data..The text was updated successfully, but these errors were encountered: