elements-to-maps: separate function to construct a plan #1797
Labels
Enhancement
A change or improvement to an existing feature
PR Pending
A PR has been raised to resolve this issue
XQFO
An issue related to Functions and Operators
I propose separating out the
uniform=true
option ofelements-to-maps()
into a separate function. This function analyses the data and produces a conversion plan, which can be supplied to the "layouts" option (perhaps renamed) of the main function.The benefits are:
We should define the format of the plan (a map from element names to layouts) so that it can conveniently be serialized as a JSON document.
The text was updated successfully, but these errors were encountered: