I'm looking into whether or not Oracle ODI has some capability needed by my organization for an ETL(ELT) operation.
We need to be able to create pairs of string literals for mapping an input string literal from a data source (Excel file), to a different string literal in a data target (Oracle table).
For example:
Excel File Gender Column value: "M"
becomes
Oracle Table Gender Column Value: "Male"
after the ELT.
Does Oracle ODI have this capability?