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

MOSC Banner

Text File Metadata Load to On Premise Planning

Hi All,


I'm trying to load a text metadata file to on-premise planning.  I've gone through Doc ID 2275506.1, but the script instructions are a bit cryptic for me, especially the variables required.  I have no issues creating the .csv file using the AftExportToDat script and it sits on our FDMEE server within the import_export folder as specified.  See my AftExportToDat script:

if fdmContext["LOCNAME"] == "PRJPLN_Project_Load":

import shutil

#Open the system generated .dat file

datFileName = str(fdmContext["OUTBOXDIR"].replace("\\","/")) + "/" + str(fdmContext["TARGETAPPNAME"]) + "_" + str(fdmContext["LOADID"]) + ".dat"

datFile = open(datFileName,"r")

#Open the .csv file to be generated for Planning Metadata Load

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