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
Once extraction of JSONs is performed. You may want to "split" the output to a several substreams and perform
some operation only in some of the streams.
e.g. you want to extract groups and users into and convert the name of the user into lower case. Note that both users and groups contain same field "name".
Once extraction of JSONs is performed. You may want to "split" the output to a several substreams and perform
some operation only in some of the streams.
e.g. you want to extract groups and users into and convert the name of the user into lower case. Note that both users and groups contain same field "name".
So the extracted stream could look like:
And each further operation would have an option to choose the stream(s) .
The text was updated successfully, but these errors were encountered: