Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: mmarinelliNode Name: Wrap Text Field
Node Category: Aggregation and Transformation
Use Case: Use this node to make fields which contain delimited lists more readable within the BRD viewer or another tabular output
Tested on Release: 4.5.0
External Dependencies: None
Practical Usage Example: An example use of this node has been provided in the prototype examples graph which is released in conjunction with the prototype library. Please see that graph for a executable use case.
Node Documentation:
Functional Description:
Converts field values of the form A<delim>B<delim>C to wrapped text containing A, B, and C values, separated by line feeds:
A
B
C
Parameters:
-
InputFieldName: Field whose values will be converted to wrapped text
-
Delimiter: Delimiter between each value in input field values
-
OutputFieldName: Name for the output column which will contain the wrapped text
Known Limitations: None