Column Generator stage

Archive of postings to DataStageUsers@Oliver.com. This forum intended only as a reference and cannot be posted to.

Moderators: chulett, rschirm

Locked
admin
Posts: 8720
Joined: Sun Jan 12, 2003 11:26 pm

Column Generator stage

Post by admin »

Hi All,

I'm generating a date column using the Column Generator operator, and hard
coding a value of '0001-01-01' to this column .
When I look at the output file the date is incremened by one for each row.
How to I make it static.

Thanks.

Raj






*************************************************************************
PRIVILEGED AND CONFIDENTIAL: This communication, including attachments, is for the exclusive use of addressee and may contain proprietary, confidential and/or privileged information. If you are not the intended recipient, any use, copying, disclosure, dissemination or distribution is strictly prohibited. If you are not the intended recipient, please notify the sender immediately by return e-mail, delete this communication and destroy all copies.
*************************************************************************
<b>PLEASE READ</b>
Do not contact admin unless you have technical support or account questions. Do not send email or Private Messages about discussion topics to ADMIN. Contact the webmaster concerning abusive or offensive posts.
admin
Posts: 8720
Joined: Sun Jan 12, 2003 11:26 pm

Column Generator stage

Post by admin »

>I'm generating a date column using the Column Generator operator, and hard
>coding a value of '0001-01-01' to this column .
>When I look at the output file the date is incremened by one for each row.
>How to I make it static.

You don't use the Column Generator for that purpose. Just use a Transform
Stage.

-T.J.

_________________________________________________________________
Make your home warm and cozy this winter with tips from MSN House & Home.
http://special.msn.com/home/warmhome.armx
<b>PLEASE READ</b>
Do not contact admin unless you have technical support or account questions. Do not send email or Private Messages about discussion topics to ADMIN. Contact the webmaster concerning abusive or offensive posts.
Locked