I have a date string coming in… I want to change the format of the date from 20020405z to 04/05/2002
in oracle intelligent adapter. how can i do that?
I have a date string coming in… I want to change the format of the date from 20020405z to 04/05/2002
in oracle intelligent adapter. how can i do that?
Hi, Shah.
This is a Java question. You should apply a Custom Code step to your integration component. The input to the Custom Code step is the Broker Date object. The output is a String.
Within the Custom Code, do the transformation.
There has been other discussion on this topic. Please reference these other threads: