Replace Data Module

<< Click to Display Table of Contents >>

Navigation:  WorkFlow Editor > Workflow Modules  >

Replace Data Module

This module enables you to replace specific expressions for many codes in one pass:

WFM_ReplaceData

The example in the image renames all 'Smile' and 'Laugh' Codes to 'Positive' and replaces all 'Cry' and 'Afraid' Codes with Negative, all in one pass.
You may even add Codes from different Classes to the same module.

All relevant Basic Properties are part of the Search specific sequences dialog:

Items to examine:

oExamineElements

AllElements : This module uses all data, existing Events and new lines created by the previous workflow modules.

MarkedOnly : This module uses only the currently selected Events.

NotMarkedOnly : This module uses only the currently NOT selected Events

Marking behavior:

oMarkbehavior

LeaveAsIs : This module does not change the current selection of Events.

UnmarkAll : This module clears any available selection

MarkAll : This module selects all currently available Events

MarkNewOnly : This module clears any previous selections and selects only the data resulting from its own operation.

KeepExistingAndMarkNew : This module keeps the previous selection and adds the data resulting from its own operation to the selection.

Check boxes:

oMatch case

False : all occurrences of the searched for characters are fou

True : only occurrences that match the specified case are found.

oForwardMarkedOnly

False : This module forwards all data to the next module.

True : This module forwards only currently selected Events to the next module.