Looking for parser for Rich Text (RTF) file

We are looking for a parser for files based on the Rich Text Format (RTF). In the help I found reference to RichEdit
https://docs.rws.com/785448/503585/sdl-passolo-help/richedit
But when adding a file to my project I am stumped as to what parser I should select. I tried the standard text parser, but am getting the following "ERROR - Cannot find text parser rule for this file."

Here a simple line from one of those files:

"{\\rtf1\\ansi\\ansicpg1252\\deff0\\deflang1031{\\fonttbl{\\f0\\fnil\\fcharset0 Arial Narrow;}}\r\n{\\colortbl ;\\red0\\green0\\blue255;\\red192\\green192\\blue192;\\red128\\green128\\blue128;}\r\n\\viewkind4\\uc1\\pard\\qc\\cf1\\highlight2\\b\\f0\\fs20 %Name%\\par\r\n\\cf0\\highlight0\\b0\\fs17 %Description%\\par\r\n\\pard\\qc\\cf3 Niveau: %Level;m%\\par\r\n}\r\n"

Somewhere in there is the text to be translated --> "Niveau:"

Thank you for any suggestions! 

emoji
Parents Reply Children