importSupplementalData
Imports supplemental data from a file into the application.
Use the uploadFile command to upload the file containing the data to the default upload location.
Applies to
Financial Consolidation and Close and Tax Reporting.Required Roles
Service AdministratorUsage
Note:
All command parameters must be enclosed in double quotation marks.epmautomate importSupplementalData "FILE_NAME" "DATA_SET_NAME" "YEAR" "PERIOD_NAME" "SCENARIO_NAME" where:
-
FILE_NAMEis the name of a CSV file, available in the default upload location, that contains properly formatted supplemental data. -
DATA_SET_NAMEis the name of the data set into which the supplemental data in the file should be imported. -
YEARis the year for which the data set is deployed. -
PERIOD_NAMEis name of the period to which the data set is deployed. -
SCENARIO_NAMEis the name of the scenario to which the data set is deployed.
Example
epmautomate importSupplementalData "DatasetImport.csv" "EmployeeDataSet" "FY17" "Jan" "Actual"