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

MOSC Banner

FDM to FDMEE Import Format scripts conversion

Hello,

I migrated FDM to FDMEE, the Import Format scripts needs to be converted for VB to Jython

Can anyone help I need to convert the following script:

Function KGtoTON(strField, strRecord)

'------------------------------------------------------------------

'Oracle Hyperion FDM DataPump Import Script:

'Created By:

'Purpose:                    

'------------------------------------------------------------------

If Left(DW.Utilities.fParseString(strRecord, 17, 17, Chr(9)), 1) = "K" then

   KGtoTON = strField / 1000

else

   KGtoTON = strField

End if

End Function

Thanks in advance

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