Fields in first.csv file: **DN**, **uidn**, **count**, **Status**, **TimeStamp**
Fields in second.csv file: **DN**, **uidn**, **AppID**, **eid**, **user**, **eStatus**, **Timestamp**
DN value is different in both the tables, so I want to rename as DN2 and show it on a table.
Both the CSV files have unique uidn values. I want to create a single table joining all the fields,
Table:
uidn,DN,DN2,count,Status,TimeStamp,eid,user
Thanks.
↧