Replies: 1 comment 9 replies
-
👋 Hi @alexeynl, see this example. It assigns the whole top level object to a new path. |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there any good way to move root (.) of the event to new field?
I tried the following
.newfield = del(.)
but next following assingment
.field1.subfield1 = "value"
get me the error
"querying a field of a non-object type is unsupported"
I understand that i can copy root to new field and next remove all others, but this looks not efficient way to do such simple thing...
Beta Was this translation helpful? Give feedback.
All reactions