Get Started with Redwood for Oracle Cloud HCM Begin Now
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
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