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 - Tidy up Job Console Export

Summary:

This code is to automate the job console export and format it in a more readable format

Code Snippet :

// #### RULE HEADER - START
// 
// Author: Jeremie Richard
// Date: Sep 2025
// Purpose: Export Job Console, tidy up the export file & email them to the user
//
// Modifications: 
//		30092025 - Create a Tidy xlsx file from job console export 
// Changes Pending: 
// 			
//
// #### RULE HEADER - End

// ## Variable Declaration
          String AppName='EPMAPPNAME'
          String ConnName='ConnName'
          String url='https://xxxx-epm.epm.eu-xxxx-1.ocs.oraclecloud.com'
          boolean sendmail=false
   

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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