Issue with transformation formula while loading the Absence DFF
Summary
Issue with transformation formula while loading the Absence DFFContent
Hi
I am using the HDL transformation formula to load absence entries from a pipe delimited file. However, I am able to load the absence entry, but the information on the absence DFF is not getting loaded. Basically, the HDL generated does not have the DFF information. Tried to trace the fast formula and noticed that the Operation METADATALINEINFORMATION is not being called.
Can you please check the code snippet and let me know if I am missing anything.
Thanks,
Pradeep
Version
20CCode Snippet
/* Inputs */ INPUTS ARE OPERATION (text) ,LINENO (number) ,POSITION1 (text) ,POSITION2 (text) ,POSITION3 (text), POSITION4 (text), POSITION5(text),LINEREPEATNO (number),LINESEQUENCE (number), POSITION6(text),POSITION7(text),POSITION8(text),POSITION9(text) DEFAULT FOR LINEREPEATNO IS 1 DEFAULT FOR LINENO IS 1 DEFAULT FOR LINESEQUENCE IS 1 DEFAULT FOR POSITION1 IS 'NO DATA' DEFAULT FOR POSITION2 IS 'NO DATA' DEFAULT FOR POSITION3 IS 'NO DATA' DEFAULT FOR POSITION4 IS 'NO DATA' DEFAULT FOR POSITION5 IS 'NO DATA' DEFAULT FOR POSITION6 IS 'NO DATA' DEFAULT FOR POSITION7 IS 'NO DATA' DEFAULT FOR POSITION8 IS 'NO DATA' DEFAULT FOR POSITION9 IS 'NO DATA' /* Calculations */ IF OPERATION = 'FILETYPE' THEN ( L_LOG_DATA
Tagged:
0