Resolved! Transform Map - Convert To Uppercase
Hi All, I'm trying to take my source value and save it as uppercase in the target field. I have the below code, which seems to be doing nothing at the moment. target.u_hard_disk__gb_ = source.u_hard_disk__gb_.toUpperCase(); Regards,
