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'])