Rigi is shipped with general parsers, including resx, properties and json.


It is possible to implement custom parsers using the Rigi Parser SDK. For example, Rigi specifies an XML base parser where only a few methods need to be implemented.


In a parser it is possible to define:

  • Logic how to read key-value pairs from a file and generate its target file.
  • Placeholders. Using regular expressions, it is possible to specify for example that %s is a variable.
  • Parser settings. Using these settings, it is possible to adapt the behaviour of the parser.
  • Target path variables. It is possible to extend the list of variables that is shown in target rules editor with parser-specific rules.
  • ... see the Rigi Parser SDK for all options.


Contact us for more informaton.