Posts

Showing posts from August, 2020

HDL - HCM Data Loader for Loading the Employee Image/Photo/Picture Oracle Fusion

Image
HDL - HCM Data Loader for Loading the Employee Image/Photo/Picture Oracle Fusion Preparation of the Image Folder Create a Folder “ BlobFiles ” and place the image file Mandy.jpg inside “ BlobFiles ” folder. The Image can be .jpeg or jpg, make sure the file extension provided in the dat file should be same as image extension. Folder name should be only “ BlobFiles ”. If you provide some other name then it will complete with error.   Preparation of the  Worker.dat  File The dat file will upload and replace the Employee Image. The dat file should have the File name “ Worker.dat” with the below information.   METADATA|PersonImage|PersonId|PersonNumber|ImageName|Image|PrimaryFlag MERGE|PersonImage|300000047626100|10|Boby|Mandy.jpg|Y   Preparation of the Zip file Compress the “ BlobFiles ” and “ Worker.dat” to a Zip file “ XDate.zip ” You can provide Zip file name as you wish. I am unable to attach the zip file as attachment so provided the...