From 79e35e882a55939229187ac315b5be42cc5e5617 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <h.tomwoerden@indiscale.com> Date: Mon, 8 Jan 2024 11:10:49 +0100 Subject: [PATCH] DOC: extend transform example --- src/doc/converters.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/doc/converters.rst b/src/doc/converters.rst index be991dfe..60da52d3 100644 --- a/src/doc/converters.rst +++ b/src/doc/converters.rst @@ -92,6 +92,12 @@ An example that splits the variable ``a`` and puts the generated list in ``b`` i functions: - split: # split is a function that is defined by default marker: "|" # its only parameter is the marker that is used to split the string + records: + Report: + tags: $b + +This splits the string in '$a' and stores the resulting list in '$b'. This is here used to add a +list valued property to the Report Record. There are a number of transform functions that are defined by default (see -- GitLab