Can Alteryx read in RTF files
Hi @jlfromm ,
Sort of.
You can read it in as a .csv format with \0 as a delimiter and expanding the field length beyond the default 256 characters. You will then need to parse out the bits you wants using Regex etc.
I've attached an example workflow showing the config.
I hope this helps,
M.