Skip to main content

how can i extract RTF format file in feature reader

Hey @asadamjad​, you can try using the RTFDecoder to decode RTF formatted strings into FME. To first read the raw data into FME I recommend using a Text File Reader and then connecting that to the RTFDecoder. It's important to note that the RTFDecoder requires the striprtf python module.


Reply