1

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?

2
  • It should given the content here gerardnico.com/wiki/dit/odi/key_feature Commented Jun 18, 2015 at 19:44
  • Let me know what have you tried? Commented Jul 9, 2015 at 9:11

1 Answer 1

0

Yes, you can do it.

ODI allows you to choose Microsoft Excel as a Data Source (I am not sure if it allows for .xlsx format, I have not tried either).

You have to map your Excel sheet as a input, and it can fetch data from that sheet, once you have the data in your Staging/Temp table you can do the Transformation a whatever you like and insert the records into your Final table.

Follow this link for just a reference and try to Google step - by - step as you move further to get answers for specific questions.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.