Customer Portal

Multi-Assign fields for Field of type date

Comments 3

  • Avatar
    admin
    0
    Comment actions Permalink
    Hi,

    What data type is field where you store dates? If it is DateTime type, then I am afraid it cannot store pipe delimited data. You can use String type instead.
  • Avatar
    bhushanc
    0
    Comment actions Permalink
    Yes its of type Date. I am using Oracle Endeca Information Discovery(OEID) where I am indexing data into Endeca. We have multiple fields of type date and int which we need as multi-assigned fields in endeca.

    Is there any workaround for this?

    Thanks
  • Avatar
    admin
    0
    Comment actions Permalink
    Hi,

    I am afraid that there is no workaround. The Date field cannot handle multiple values. Only possibility is to change it to String type and store serialized dates separated by pipe (or other character).

    Also, from CloverETL 3.3.0 on there is support for http://doc.cloveretl.com/documentation/ ... ields.html but I am not sure what version bundles your OEID. Please contact Endeca support, they will know more.

Please sign in to leave a comment.