loadDimData

Loads dimension metadata from one or more files in profitinbox into an application.

Use the uploadFile command to load metadata files into profitinbox.

Applies to

Profitability and Cost Management

Required Roles

Service Administrator, Power User

Usage

epmautomate loadDimData APPLICATION_NAME dataFileName=File_Name [stringDelimiter="DELIMITER"] where:
  • APPLICATION_NAME is the name of the Profitability and Cost Management application into which you want to load dimension metadata
  • dataFileName specifies a dimension metadata load file available in profitinbox. To load metadata from multiple files, list the file names separated by a delimiter
  • stringDelimiter specifies the delimiter used to separate metadata file names. Delimiter must be enclosed in double quotation marks.

Example

epmautomate loadDimData BksML12 dataFileName="dimdata1.txt#dimdata1.txt" stringDelimiter="#"