fmeobjects.FMESession.encodeToFMEParsableText

FMESession.encodeToFMEParsableText(inputText)

This method performs a modification of the str 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 (str) – Non-encoded text.

Return type:

str

Returns:

FME encoded text.