OTBI Input
How to pull data from Oracle Transactional Business Intelligence Report
Last updated
How to pull data from Oracle Transactional Business Intelligence Report
Last updated
Specify the OTBI report path. Refer below for the steps to get the report path from OTBI UI
Specify the OTBI report name
Provide the necessary values for all the report parameters.
For Incremental runs, you can use offset.getLastUpdateDateValue()
or offset.getIdValue()
to get the respective max values from the previous runs. Those values will be null for the initial/first run or if no Last Update Date Column and ID Column is specified in the Input Settings.
Specify all the applicable date formats used by the report
Paste the sample csv output of the report. Check below for the steps to get the sample CSV
You may want to add a line with empty values for all the optional fields for more accurate shema generation and for less manual schema corrections
Client on the Generate Schema
button to generate the schema
Verify the generated schema and update the schema as needed.
Complete the remaining setups and click Submit to start pulling data from the OTBI report.
To get the path of the report, Open the report in OTBI Catalog browser, Choose the report, click on the More link and click on the Properties menu option as show below
Note down the report name and the path that is labeled as Location. You may have to remove /shared from the path.
Run the report and verify the path from the bipPath
URL parameter. As you can see, /shared is not part of the bipPath
parameter.
Click on the output icon and choose CSV menu option to get the CSV output of the report. Copy the CSV output as a sample.