diff --git a/src/doc/converters.rst b/src/doc/converters.rst index be991dfe1ba10034670693a0efd192fc8bf9ecee..60da52d3ed110f050a3d7aae866cc7d8b6b8dc31 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