I'm working with two sets of data with nearly identical, but not quite matching, IDs. Ideally I'd like to join together rows where:
|requester_id - supplier_id| < 0.1
Is there any way within FME to accomplish this? Only way I can think of is to do a cartesian join and filter the results, but for this data the cartesian join would result in billions of rows and I'd like to avoid that.