LAE

Welcome to the LAE community!  Please feel free to start a discussion in the discussion tab or join in a conversation.

Discussions

Members

Resources

Events

 View Only

Node Release: Wrap Text Field

  • 1.  Node Release: Wrap Text Field

    Employee
    Posted 04-07-2011 14:58

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: mmarinelli

    Node 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