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
Copy file name to clipboardExpand all lines: hub/dtl/dtl-functions-dictionaries.rst
+25-2Lines changed: 25 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -248,7 +248,7 @@ Dictionaries
248
248
|NAMESPACE_OR_CONFIGDICT(string|dict)
249
249
|VALUES(value-expression{1})
250
250
|
251
-
|The apply-ns function can be used to add a namespace to the properties of a dict (recursively by default ), like the :ref:`add_namespaces <namespaces_feature_add_namespaces>` pipe feature does.
251
+
|The apply-ns function can be used to add a namespace to the properties of a dict (recursively by default ), like the :ref:`add_namespaces <namespace_features>` pipe feature does.
252
252
The NAMESPACE_OR_CONFIGDICT is either a static string value or a static dict value.
253
253
The static dict value is technically a set of keyword arguments. The default value is
254
254
|``{``
@@ -258,7 +258,7 @@ Dictionaries
258
258
|``"skip_dollar": true,``
259
259
|``"recursive": true``
260
260
|``}``
261
-
|and reflects the behaviour of the :ref:`add_namespaces=true <namespaces_feature_add_namespaces>` pipe property.
261
+
|and reflects the behaviour of the :ref:`add_namespaces=true <namespace_features>` pipe property.
262
262
|
263
263
|By default properties starting with an ``"_"`` (underscore) character is left as-is, except for the ``_id`` property, where the property-value is prefixed with ``<identity_namespace>:``. The ``skip_underscore`` configdict setting can be set to ``false`` to treat properties starting with ``"_"`` as "normal" properties.
|This function recursively removes namespaces from keys in a dict, like how the :ref:`remove_namespaces <namespace_features>` pipe feature removes namespaces from output entities.
0 commit comments