Hi Community,
Can anyone explain how to apply early binding and late binding to a transformation.
Example:
I have DOB value as 12/12/2000
In transformation i need to format DOB value to 20001212-->this value i can achieve by using $E(DOB,7,10)_$E(DOB,4,5)_$E(DOB,1,2)
<assign value='source.{MSH:7}' property='target.{MSH:7}' action='set' />
But how can i apply early binding and late binding to the above Data tranformation?
.png)

