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!

Data Loading APEX 20.1 - Set table column with value not in file

elmo j hJul 7 2021

I am trying to create my first data loading application in APEX 20.1.
The application loads CSV files. All records in a file are for the same academic year (e.g. 20202021 OR 20212022). The academic year is not a column in the file, however.
Right now, the data load is working, but I am not populating the academic year field. I could ask the users to add academic year as a column in the file prior to the load, but think there is a more user-friendly approach.
How would you handle this? I thought of adding a page to the application that prompted for the academic year after the data load has finished and then updates the records with that value when a button is clicked... Is there a better way?
Any general suggestions are greatly appreciated.

This post has been answered by Carsten Czarski-Oracle on Jul 8 2021
Jump to Answer
Comments
Post Details
Added on Jul 7 2021
3 comments
858 views