I have 2 sources of data that I am joining on matching Error ID field. Some are not matching because of typos in the Error ID, but I still need to capture them as a match in the join.
Error ID from Source 1: YRTK8dZnBTxCiGjGdx9GGx4j1Go=
Error ID from Source 2: YRTK8dZnBTxCiGjGdx9GGx4j1Go (missing the equal sign)
ANOTHER EXAMPLE:
Error ID from Source 1: 4eNIe1joVHQCXUN0Z4Y+eGZI7eM=
Error ID from Source 2: 4eNIe1joVHQCXUN0Z4T+eGZI7eM=
How would I set this up so they would both result to the J output of the join tool? Any assistance would be much appreciated. Thank you.