Customer Portal

How to assign NULL value to field Date type

Comments 2

  • Avatar
    admin
    0
    Comment actions Permalink
    Hi Jean,

    Your problem is probably caused by the "Nullable=false" setting on "D_DATE" field. When you try to assign NULL value by CTL code, CloverETL is trying to use instead default value of that field. But because you have default value null or empty it fails with sent error message.

    So you can either enable "Nullable" or provide valid default date. Both can be set in "Edit metadata" dialog.
  • Avatar
    jean
    0
    Comment actions Permalink
    Thank you

Please sign in to leave a comment.