importUserVariableValues
Imports user variable values for a user, member, or variable from a file.
You create the import file using the exportUserVariableValues command or the related REST API. You must first upload this file to the environment using the uploadFile command.
Applies to
Planning, Planning Modules, FreeForm, Financial Consolidation and Close, Tax Reporting, Enterprise Profitability and Cost Management, Sales Planning, and Strategic Workforce PlanningRequired Roles
Service AdministratorUsage
epmautomate importUserVariableValues
FILE_NAME.csv [errorFileName=ERROR_FILE_NAME], where:
FILE_NAMEidentifies an import .CSV formatted file containing the user variable values that you want to import.If identical user variable values are present in the file, the command processes the first user variable value encountered in the file. Subsequent duplicate values are ignored, but the command execution is reported as successful.
errorFileName, optionally, is a name of a file to which import errors will be written. If not specified, an error file is automatically created. The name of this error file reflects the importer's username, current date, and time; for example,example_userUVValuesImportErrorLog2025-07-14-12-08-45-441.csv.
Example
epmautomate importUserVariableValues myExportFile.csv
errorFileName=uv_import_Error.csv