Hello,
I’m preparing a CREATE_TABLE_FROM_FILE migration job to upload data in EMPLOYEE_ACCESS_SUP.
Looking at the proposed File Mapping, I was surprised by the column list which is pre-set :
SUPERVISOR_BU_TYPE_DB
VALID_FROM
VALID_TO
TRANS_FROM
TRANS_TO
GENERAL_ACCESS
ORG_CODE
RELATION_ID
INCLUDE_SUB
When I try the SQL command :
select * from EMPLOYEE_ACCESS_SUP
I get a list of columns that makes much more sens, 28 columns, such as :
Org Bu Id
Supervisor Person Id
Supervisor Company Id
Supervisor Emp No
Supervisor Bu Type Db
Supervisor Bu Type
Emp Company Id
Emp No
Emp Bu Id
Emp Pos Code
Access Role
Valid From
Valid To
Trans From
Trans To
General Access
Org Bu Type
Org Code
Employee Group
Person Group
Relation Id
Supervisor Relation Id
Supervisor Pos Code
Structure Id
Structure Type
Orig Bu Id
Include Sub
Organization Assignment
Why such a difference ?
Should I manually add every missing row in the mapping ?
Thank you for your help