Skip to main content
Question

RTF file format

  • June 20, 2023
  • 1 reply
  • 77 views

Forum|alt.badge.img+5

how can i extract RTF format file in feature reader

1 reply

danminneyatsaf
Safer
Forum|alt.badge.img+13

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.