- Transfer the data from txt file to a table called "User_Info".
This table having this field structure
Slno, Email(PK), Name, Domain, CRTD_BY, CRTD_DT, LST_UPD_BY, LST_UPD_DT
While transferring data considering the mapping
Slno -> Autogenerate
Email -> From txt file
Name - From txt file
Domain -> Derive from Email field.
CRTD_BY -> Package Name
CRTD_DT -> PackageStartDate
LST_UPD_BY -> Package Name
LST_UPD_DT -> PackageStartDate