Parsers
The JS Parsers object can be used in user customizable scripts within CYBERQUEST Data Transformation Service (DTS) and in Alerts. This Object can be called using subobjects, such as:
fast_xml_parser
Validate XML, Parse XML to JS/JSON and vice versa, or parse XML to Nimn rapidly without C/C++ based libraries and no callback.
For more information on fast_xml_parser
click here.
bytes
Utility to parse a string bytes (ex: 1TB) to bytes (1099511627776) and vice-versa.
For more information on bytes
click here.
urlParse
For more information on urlParse
click here.