Creating a Data Export File Integration
Data Export to File enables you to export data from an Oracle Fusion Cloud Enterprise Performance Management application to a data file. You can use the data file to load data into an ERP application or an external system.
When creating a data export to file application, note the following:
-
When dimensions are created, the order of the column in the data file is used to assign the column order. The first column in file is assigned ACCOUNT data column.
-
It is recommended that you export only a year at a time. If date ranges cross a year boundary, data may be duplicated.
-
The POV category is not validated.
-
Target values are not validated for data export to file applications.
-
When the option to export the data file is enabled, Data Integrationcreates an output data file. The name of the data file is
<Target App Name>_<Process ID>.dat
, and it is written to the<APPL ROOT FOLDER>/outbox
directory. You can access the data file from the Process Details page from theOUTPUT file
column.If you have a data export job scheduled on a daily basis and need to have the output file distributed to an individual automatically, use the Download Application Snapshot in REST API for Enterprise Performance Management Cloud to download a particular file, provide the path to that file as the value of
applicationSnapshotName
. For example, to download a Data Integration file calleds112.csv
in the inbox, refer to the file as"inbox\s112.csv"
as the path parameter.When the integration is executed, Data Integration exports the data.
-
Check Rules can be created from a data export file. Check rules cannot be based on target values.
-
Write-back is not applicable from data export files.
-
Only numeric data types are supported. If you need to export text, SmartList, and dates, use an EPM Data File application with the type: "EPM Data File," and the data extract option "Level 0 Data." Use this application as the target when creating your integration.
You can also use the groovy public class DataExporter. For more information, see Class DataExporter.
-
The default Workflow Mode setting is Simple for Data Export to File. When you are exporting data from the Cloud EPM, there is no drill support so the default workflow mode is set to Simple.
If you want to see the data in Workbench for testing purpose set the Workflow Mode to Full. For more information, see Defining Application Detail Options.
To define a data export to file target application: