I would like to match the name in the “To” field of the email as the “user” key in the csv file and add the other fields such as “email” and the third redacted column to the overall JSON schema.
Thank you, @ihortom, that sent my down the right path. As the incoming email was an entire address ([email protected]) and the incoming table key just the user I had to add in a step to split the sender as below, but we got there. Many thanks.