Node Editor - Special Options
In a Node Value Editor, you see some check-boxes which has some special purposes. These check-boxes are the special options that JTMap provides to simplify some of the most common coding requirements.
These options are :
Quote Value - To enclosed the value of a node in double quotes
Debug Node - To display the Xpath and the value of a node in debug tab in Test Window
Non-Empty Check - To allow the node to be part of the output only when it is not empty
Enable Validation - To allow user to write a condition. If the condition is true then user can do one of the following :
Error : Terminate the Business process which is running the JTMap and print the error message
Warning : Let the Business Process run and print the warning message
Success : Let the Business Process run and print the success message.
Lets see this in more detail :