fmeobjects.FMESession.encodeToFMEParsableText

FMESession.encodeToFMEParsableText(inputText)

This method performs a modification of the six.text_type to parsable FME encoded text. For example, ‘;’ will be replaced with the character sequence ‘<semicolon>’. If the encoding fails for a particular character sequence, the resulting output will retain that character sequence.

Parameters:inputText (six.text_type) – Non-encoded text.
Return type:unicode
Returns:FME encoded text.