Customer Portal

Atrribute Reformat

Comments 3

  • Avatar
    jurban
    0
    Comment actions Permalink
    Hi Indu,

    use the Reformat component. In the component use a CTL transformation to populate the field values. The Attribute Reformat is a special component for use with the Initiate Identity Hub product.

    Best regards,
    Jaro
  • Avatar
    indu
    0
    Comment actions Permalink
    Hi Jaro,
    I am trying to insert data from an Input file to the Initiate hub using Memput Component. In between this step i am using the Atrribute Reformat Component. i could see a warning on the Atrribute Reformat component saying
    WARN [main] - [INITIATE_REFORMAT0] - Attrrecno field does not exist in metadata "transformedMeta".

    Please let me know what does this imply?
    Please let me know incase you need more details.
    Thanks.
    Indu
  • Avatar
    avackova
    0
    Comment actions Permalink
    Hi Indu,
    InitiateReformat requires field called attrrecno in output metadata to populate attrrecno from the Hub. If such field doesn't exist, it works just as ordinary Reformat. To add to values to data stream in Reformat use following transformation:
    function transform() {
    $0.* := $0.*;
    $0.Created_date := today();
    $0.Lastupdated_date := today();
    }

Please sign in to leave a comment.