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.