This set of Ruleset Actions can be used for a wide range of operations on your data. The Move rule is included in this group.
BreakLoop
Exits a looping (“For each”) Composite Rule based on an indicated numeric value (numberOfLoops).
ConvertStringToStorageNode
Converts a provided string value (String) to a StorageNode.
CreateStorageNodeWithId
Creates a StorageNode using a specified UUID string value (Storage Id); typically used in the De-Enveloper Ruleset.
ForceTransformationError
Exits a Ruleset with an error.
GetNewUuId
Creates a UUID string value; typically used in the De-Enveloper Ruleset.
GetNextNumberFromServer
Retrieves the next value from a Next Numbers object as specified by a fully-qualified string value (Key);
the fully qualified 3-part path must take the form Project.Package.Key with each part separated by a period.
InsertReferenceData
For use with Cleo Clarify to populate the Cleo Dashboard’s Document History Report with searchable data; input properties are Log_of_Message_Id, Search_Code, and Reference_Data.
LogInfo
Displays additional data (SourceNode) in the Details section when transforming data.
Example: 2023-10-30 10:22:45,519 INFO [com.extol.ebi.reactor.lib.AbstractAction] c
LogInfoWithLabel
Displays additional data (SourceNode) in the Details section when transforming data and allows for providing a string value (Label) to identify that data.
Example: 2023-10-30 10:22:45,519 INFO [com.extol.ebi.reactor.lib.AbstractAction] LABEL: - c
Move
Moves source data (SourceNode) after trimming (removing leading and trailing white spaces).
Example: “ data here “ becomes “data here”
MoveWithNormalize
Moves source data (SourceNode) after cleaning (removing leading/trailing white spaces and replacing all multiple occurrences of white spaces with a single white space).
Example: “ data here “ becomes “data here”
RawMove
Moves source data (SourceNode) as is (with no trimming or cleaning).
Example: “ data here “ remains “ data here ”
Comments
0 comments
Please sign in to leave a comment.