Customer Portal

Clover ETL data type equivalent to BLOB of DB2

Comments 2

  • Avatar
    mzila
    0
    Comment actions Permalink
    You should use Clover byte data type if you want to save it to BLOB database field.
    If you need to transform Clover string to Clover byte first, you need to write something like this ${in.0.STRINGFIELD}.getBytes() in in-line transformation.
  • Avatar
    maniatindia
    0
    Comment actions Permalink
    Thanks mzila,

Please sign in to leave a comment.