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
  • 1.  Change value in Field

    Employee
    Posted 10-09-2014 09:50

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

    Originally posted by: mw9286

    In column PARAM_VALUES, if value is U-family, I want to change the U-family to UFAM.

    How do I do this?

    Thank you


  • 2.  RE: Change value in Field

    Employee
    Posted 10-09-2014 11:46

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

    Originally posted by: rhallmark

    In a filter node do this:

    NEW_VALUE = PARAM_VALUES.replace("U-family","UFAM")

    emit *
    override emit NEW_VALUE as PARAM_VALUES