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
The way xml.decode currently behaves is more akin to a "full" mode. It would be good to also add a "flat" mode to it, but it needs to also consider the same tag being present multiple times:
The way
xml.decode
currently behaves is more akin to a "full" mode. It would be good to also add a "flat" mode to it, but it needs to also consider the same tag being present multiple times:Of course, it would mean that only 1 entry would be flattened like this:
Maybe adding an option to pick how "aggressive" the flattening should be could also help here.
The text was updated successfully, but these errors were encountered: