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

MOSC Banner

FDMEE Import Format script to load multi-column data in Single File

Hi,

We have a requirement to migrate FDM to FDMEE import scripts. There is an import format with only one Dimension enabled tagged with Import Script and no "DataLoad Mappings" created.  Import Script creates columns in backend while validating conditions. Script validate 1st and 2nd Amount Column in Load File and import data for both Columns.

FDM Script looks like below.

If IsNumeric(DW.Utilities.fParseString(strRecord, 10, 8, ";")) Then

  Set ImpLoad = DW.DBTools.fCreateRec()

  With ImpLoad

   .colFlds.Add "PartitionKey", DW.Reports.PlngLocKey

   .colFlds.Add "CatKey", RES.PlngCatKey

   .colFlds.Add "PeriodKey", RES.PdtePerKey

   .colFlds.Add "Entity", "US"      

   .colFlds.Add "Account", "Sales"                  

   .colFlds.Add "UD1", DW.Utilities.fParseString(strRecord, 10, 5, ",")        

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