How To Use A Java String Replace Command In ODI
(Doc ID 463099.1)
Last updated on OCTOBER 04, 2022
Applies to:
Oracle Data Integrator - Version 3.2.03.01 and laterGeneric (Platform Independent)
Goal
NOTE: In the examples below, the names represent a fictitious sample for clarity. Any similarity to actual environments, past or present, is purely coincidental and not intended in any manner.
We have created ODI Users whose names contain dot characters '.' (such as 'FIRST.LAST').
We now wish to retrieve these names in an ODI Integration Interface with:
for specific actions (such as creating user-specific error tables) in the Knowledge Modules, and replace the dot character by an underscore (to have, in our example, FIRST_LAST) during runtime.
Is this possible?
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |