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

MOSC Banner

Upload Excel Map Loader using a script

We are developing a lights out process that moves data through FDM into Essbase ASO. We have most of it working, but would like another step that would automatically upload the mapping for the Account dimension, if the excel file is present.
It would go something like this:

If objFSO.FileExists(“C:\FDM\App\Inbox\Account_Map_Loader.xls”) Then

‘Upload C:\FDM\App\Inbox\Account_Map_Loader.xls HERE

End If

I found a couple of functions that are close, but not for Excel files.
API.IntBlockMgr.InterfaceMgr.fImportMapFromXML(strFilePath, strLoc)
API.IntBlockMgr.InterfaceMgr.fImpTRx(strLoc, strLoadFile, strDim)

I feel like I am close, but just not seeing something that should be obvious.  Can anyone give me a push in the right direction?

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