Customer Portal

Change the path Email Reader writes attachments to?

Comments 3

  • Avatar
    imriskal
    0
    Comment actions Permalink
    Hi pintail,

    See the attached graph. You can not choose the filename and location directly in EmailReader but you can send attachments via the second output port to UniversalDataReader and save them there.

    I hope this helps.
  • Avatar
    pintail
    0
    Comment actions Permalink
    Thanks! I actually was just logging on to post my own reply. I noticed that ability in another post and ended up doing it that way - reading the attachmentraw:descrete into a universal data reader and then writing it out. Works great! Should have done some more research first.

    One quick question though - what does the ":discrete" syntax mean? I couldn't figure that out (but it does work nicely).
  • Avatar
    imriskal
    0
    Comment actions Permalink
    In case of reader components, discrete is a type of processing of value from the input field, see Input Port Reading. It basically means that value from the input field is directly parsed and read as if it was read from a file.

    In case of writers, the meaning is similar - Output Port Writing.

Please sign in to leave a comment.