java - Oracle ODI string literal mapping -
i'm looking whether or not oracle odi has capability needed organization etl(elt) operation.
we need able create pairs of string literals mapping input string literal data source (excel file), different string literal in data target (oracle table).
for example:
excel file gender column value: "m"
becomes
oracle table gender column value: "male"
after elt.
does oracle odi have capability?
yes, can it.
odi allows choose microsoft excel data source (i not sure if allows .xlsx
format, have not tried either).
you have map excel sheet input, , can fetch data sheet, once have data in staging/temp table can transformation whatever , insert records final table.
follow this link reference , try google step - - step move further answers specific questions.
Comments
Post a Comment