/
Inexact Matching - 3 to 5

PhixFlow Help

Inexact Matching - 3 to 5

Scenario

Sometimes the data that you are trying to match is not exactly the same, but you still want to be able to align and merge data, or create a report on likely matches.

Create 2 streams for data. The goal is to match up those records from stream 1 where at least 3 of 5 fields match stream 2.

Solution:

  • Create a stream for each input
  • Create a (calculate) stream for the join.
  • Make the pipe from one of the streams a pull pipe and the pipe from the other is a lookup pipe.
  • In the join stream, for each record on the pull pipe, cycle thru all the records from the lookup pipe and flag those records where there is a match.

 

Related content

Inexact Matching - 3 to 5
Inexact Matching - 3 to 5
More like this
Inexact Matching - 3 to 5
Inexact Matching - 3 to 5
More like this
Inexact Match Streams
Inexact Match Streams
More like this
Inexact Match Tables
Inexact Match Tables
More like this
Combining Data Using a Lookup Pipe
Combining Data Using a Lookup Pipe
More like this
Enriching Data with Data From Another Set
Enriching Data with Data From Another Set
More like this

Please let us know if we could improve this page feedback@phixflow.com