Customer Portal

Email Attachement Reading and inserting into Oracle database

Comments 2

  • Avatar
    ranusuri
    0
    Comment actions Permalink
    1. Please check your input file for the Email reader
    2. The edge metadata from reading data from the email attachment should use UTF-16 charset and also the delimiter in basic property should be empty. EOF as delimiter should be true.
  • Avatar
    avackova
    0
    Comment actions Permalink
    Hello,
    this message suggests, that null value comes in AttachmentRaw field. Try to set ExtFilter component before the Reader, that checks for null values:
    //#CTL2
    !isnull($0.AttachmentRaw)

Please sign in to leave a comment.