I am inserting two excel files into pentaho. Each excel file has multiple sheets. For example I am merging asset data.
Each asset has a unique key. When merging using a full outer join, because there are no matches on the keys, a new field is created called assetnum_1. Therefore I am left with two fields: assetnum and assetnum_1.
I do not want assetnum_1. I want all the data to be in assetnum.
Does anyone know a way around this?
Thanks.