Skip to content
Snippets Groups Projects
Commit 79e35e88 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

DOC: extend transform example

parent 78223c72
No related branches found
No related tags found
2 merge requests!160STY: styling,!126Transformers
Pipeline #45774 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment