fmeobjects.FMESession.decodeFromFMEParsableText¶
-
FMESession.
decodeFromFMEParsableText
(parsableText)¶ This method performs a modification of the unicode string 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 (six.string_types) – FME encoded text as a string or unicode. Return type: unicode Returns: Non-encoded text as unicode.