I'm trying to join two Excel files that share a common column called "ID".
File (A), which I consider the main file, has 7 columns. File (B) has 16 columns, but I only need one column from it, called "NON", to be added to file (A).
I tried using the FeatureJoiner, but it didn’t work. I also used the AttributeKeeper to filter the data, but the result is always null.
Note: The column titles in both Excel files are written in Arabic. is this could be the reason?
