Formatter Simulator is a tool, which simulates the Formatter unformat
process (translating binary message, XML, and JSON into structured
data). It helps to speed up the development process by ensuring that
the formatter definition is validate.
The Formatter Simulator supports the following features:
- Execute the unformat process to validate the unformat definition
- Trace the unformat process to help debugging
- Display the unformat result in a tree structure
- Display the corresponding counterparts between the message (unformat
input) and the structured data (unformat result)