Hyperion Financial Data Quality Management (FDM/FDMEE) (MOSC)

MOSC Banner

FDMEE Event Script

Hi,

I am loading file successfully with the given format "QAD_HFM_CORE" through batch process as given below.

Now, I want add one more new format "QADEE_HFM_CORE" retaining with old format in given script

I tired few options but failing, where it was considering one format in the condition - Request you suggest?

#-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

#FDMEE Event Script

#Purpose:    Before Import Script for Loading to HFM

#            Check Period within file versus POV

#--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

import os

import java.math.BigDecimal as BigDecimal

import java.sql as sql

sFileName = fdmContext['FILENAME']

if sFileName.endswith('.xls') == False:

    povPerKey = str(fdmContext['PERIODKEY'])

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center