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

MOSC Banner

Update the mappings in FDMEE Custom tables

Hello Everyone -

I am working for a project where we used custom FDMEE schema table to load the data load mappings in FDMEE. If an yupdates in mappings occurred we are manually updating the mappings in the custom table.

Client wants to be done this process as automated. I have figured an Jython scripting to update the mappings in custom stage table.

How can we achieve this by using custom script in FDMEE.

Below is the script trying to use as custom script:

--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

import csv

mapReader = csv.reader(open('file.csv'), delimiter=',', quotechar='|')

cnt = 0

fdmAPI.executeDML("delete from fdmee_stage.xxbt_arm_profile_map",None,False)

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