Forum Discussion
2 Replies
- tstackFormer Employee
You need to have an unlinked binary output view. With the latest release (4.17) you can change a Mapper’s output view to be binary and then write the string you want to
$content
. Would probably also be wise to set$['content-type']
totext/plain
.Here’s how you change the output view through the ‘Views’ tab in the Mapper settings:
I’m attaching a pipeline that demonstrates this:
PlainTriggered_2019_06_04.slp (2.4 KB)
(If you haven’t upgraded yet, you can use a DocumentToBinary snap in a similar fashion)
- patanNew Contributor III
Thank you. This solution works for me as well.