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