fmeobjects.FMESession.decodeFromFMEParsableText

FMESession.decodeFromFMEParsableText(parsableText)

This method performs a modification of the str from parsable FME encoded text back to a non-encoded form. For example, ‘<semicolon>’ will be replaced with ‘;’. If the decoding fails for a particular character sequence, the resulting output will retain that character sequence.

Parameters:

parsableText (str) – FME encoded text as a str.

Return type:

str

Returns:

Non-encoded text as str.