Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Upload option in a form to load data with validation

raghunadhanFeb 1 2020 — edited Feb 5 2020

Hi ,

How to create bulk data upload facility  in a form with validation like if salary of employee is less than 0 its should show error at last after remaining data uploaded and should be able to export the error data.Please find the requirement.

Form should facilitate  Bulk data Upload functionality via excel. While bulk upload it should check all the validations as stated above before loading the data to table. Only valid data will move to table and Invalid data will be reported as errors.

User should be able to export the invalid data to an excel and correct the data and import the same.

Functionality says All the employee information will be uploaded in every upload.

During sequential upload if the employee already exists , then only update the details as per the new upload.

..

Comments
Post Details
Added on Feb 1 2020
5 comments
961 views