Groovy - Download and Upload file to other environment — Cloud Customer Connect
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Groovy - Download and Upload file to other environment

edited Jun 11, 2025 4:34PM in EPM Platform and Freeform 7 comments

Summary:

Download File .csv in Source Environment and then Upload file to Target Environment - Planning EPBCS

Content (please ensure you mask any confidential information):

I have a Groovy Script in calc manager using Rest APIs and I have two connections as "Other Web Service Provider" (Manage Connections): Source and Target.

The first process is to run a business rule to export data and save it to my Source's "inbox/outbox explorer".

Essbase Script (referencial) - In groovy script is executing by Rest APIs

SET DataExportOptions
{
DATAEXPORTCOLFORMAT ON;
DATAEXPORTDIMHEADER ON;
DATAEXPORTDRYRUN OFF;
DataExportRelationalFile OFF;
DataExportNonExistingBlocks OFF;
DataExportLevel ALL;
DATAEXPORTCOLHEADER "Period";

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!