Use the Import Format summary section to view, add, and delete import format summary information.
Table 9. Import Format View Options and Descriptions
View Option | Description |
---|---|
![]() | Customizes views. Options include:
|
Three types of import formats can be added based on the source system type:
Source ERP
Source adapter
File
When adding formats, note that specific import format detail fields are available or unavailable based on the source system type.
To add an import format for an accounting entity:
Select the Setup tab, and then under Integration Setup, select Import Format.
In the Import Format summary task bar, select Add.
In the upper grid of the Import Formats screen, a row is added.
In Name, enter a user-defined identifier for the import format.
The value in this field cannot be modified after a mapping is created for this import format.
In the Source System, select an accounting entity source system type.
In Accounting Entity, select the accounting entity.
For Fusion and E-Business Suite source systems, the Accounting Entity is the ledger. For PeopleSoft source systems, the Accounting Entity is the business unit.
Define the import mappings from the source system.
See Defining the Data Load Mappings.
For information on one-to-one mappings and many-to-one mappings, see Defining Import Format Mappings.
To add an import format for a source adapter:
Select the Setup tab, and then under Integration Setup, select Import Format.
On the Import Format summary task bar, select Add.
In the upper grid of the Import Formats screen, a row is added.
In Name, enter a user defined identifier for the import format.
The value in this field cannot be modified once mapping has been created for this import format.
In Drill URL, enter the URL that identifies the URL to use for drilling through when using this import format.
In the Description, enter a description of the import format.
Define the import mappings from the source system. See Defining the Data Load Mappings.
For information on one-to-one mappings and many-to-one mappings, see Defining Import Format Mappings.
To add an import format for a file-based data load system:
Select the Setup tab, and then under Integration Setup, select Import Format.
In the Import Format summary task bar, select Add.
In the upper grid of the Import Formats screen, a row is added.
In Name, enter a user defined identifier for the import format.
The value in this field cannot be modified once mapping has been created for this import format.
From File Type, select the format of the file.
Fixed
Delimited—Individual data values use delimiters, such as quotation marks, commas to separate two names of data,
Multi-period—Delimited text or Excel files that can contain multiple periods.
If the file type is delimited, in the File Delimiter field, select a type of delimiter.
Available delimiter symbols:
, (comma)
! (exclamation)
; (semi-colon)
: (colon)
| (pipe)
tab
In Drill URL, enter the URL used for the drill through.
To display the Drill URL editor, click
The Drill URL consists of the following values:
URL Name
URL Prompt
URL—Enter the URL without the server and port information. The URL must contain the parameter name and column name from the TDATASEG table enclosed in the symbol $.
Enter the URL without the server and port information. The URL must contain the parameter name and column name from the TDATASEG table enclosed in the symbol $.
For example, enter: LEDGER_ID=$ATTR1$&GL_PERIOD=$ATTR2$
In the above example the value of ATTR1 is passed as a value for the LEDGER_ID parameter, and ATTR2 is passed as a value for the GL_PERIOD parameter. Note that parameters are separated by the “&” character.
In some cases, the you may want to refer to the column name in the FDMEE staging table based on the source mapping that is defined in the import format. When this is the case, you specify the source column name as the parameter for the URL, and this instructs the system to translate the source column name to the related column in TDATASEG when the URL is parsed. To specify a source column from the import format as the value for a parameter in the URL, enclose the value with $$ on each side
For example, enter COMPANY_CODE=$$RBUKRS$
In the above example, the value for COMPANY_CODE parameter is determined using the import format. If RBUKRS is mapped to the ENTITY dimension, then the value of the ENTITY column is passed as the parameter.
To specify the request-response between a client and server for the drill URL format, type either:
GET—Form data is encoded into the URL. For example, specify GET@http://www.oracle.com/.. If no method is specified, then GET is the assumed request-response.
POST—Form data is displayed in the message body. For example, specify POST@http://www.oracle.com/.
To define import formats for file-based mappings, see Defining Import Formats for file-based Mappings.
You can filter the import formats in the Import Format summary section using the Query by Example feature. To filter by Import Format Name, ensure that the filter row is displayed above the column headers.