Hi All,
I have 2 data table:
The first one is a list of data that I want to transform into the format of the second, the data doesn't have the same columns as the second data. Bu
| Importer Product ID | Product Description | Country Of Origin |
| D-1221-23 | Car removal | NM |
| D-1221-89 | Latex gloves | NM |
| 10438509 | sound system | |
Here is the second data table in which I want it in this format below:
| ORG_CODE | PROD_DESCRIPTION | PROD_ID |
| | | |
| | | |
Key Aspects:
ORG_CODE = Country of Origin
PROD_DESCRIPTION = Product Description
PROD_ID = Importer Product ID