Originally posted by: TarunB
You can use the usual date conversion routines - FROMDATETIME or TODATETIME.
Another option is to format your input and output fields as dates, and drag and drop.
Julian date format is simply CCYYDDD for the value you have.
As an example, assuming you are using Text based input and output fields :-
=FROMDATETIME (TODATETIME ("2010256", "{CCYYDDD}") , "{CCYY-MM-DD}")
#DataExchange#IBMSterlingTransformationExtender#IBM-Websphere-Transformation-Extender