Groovy - Download and Upload file to other environment
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";