I have an excel file with 11 columns. This is my source file.
I have many target excel files , columns in each vary and their names also vary.
I have to merge the target data with the source data on the basis of column data similarity
For eg, my source column name is Product Description, whereas one if the target column is Line Description. If we manually check we know both these columns mean the same.
How can we automate this process? Which model to use?