Inner Join
An inner join returns records that have matching values in both inputs.
When the Join processor
performs an inner join on our sample data using
customer_id as the join
field, the processor produces the following output:| customer_id | customer_name | order_id | amount |
|---|---|---|---|
| 2 | Anna Smith | 1075623 | 34.56 |
| 47 | Raquel Trujillo | 1076645 | 234.67 |